ICalGLib.Datetimeperiod

g GObject.Object GObject.Object ICalGLib.Object ICalGLib.Object GObject.Object->ICalGLib.Object ICalGLib.Datetimeperiod ICalGLib.Datetimeperiod ICalGLib.Object->ICalGLib.Datetimeperiod

Subclasses:

None

Methods

Inherited:

ICalGLib.Object (11), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new ()

get_period ()

get_time ()

set_period (period)

set_time (time)

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Inherited:

ICalGLib.Object (5)

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class ICalGLib.Datetimeperiod(**kwargs)
Bases:

ICalGLib.Object

Abstract:

No

Structure:

ICalGLib.DatetimeperiodClass

This is the ICalGLib.Datetimeperiod instance.

classmethod new()
Returns:

The newly created ICalGLib.Datetimeperiod.

Return type:

ICalGLib.Datetimeperiod

Creates a new ICalGLib.Datetimeperiod.

New in version 1.0.

get_period()
Returns:

The period attribute of self.

Return type:

ICalGLib.Period

Gets the period attribute of ICalGLib.Datetimeperiod.

New in version 1.0.

get_time()
Returns:

The time attribute of self.

Return type:

ICalGLib.Time

Gets the time attribute of ICalGLib.Datetimeperiod.

New in version 1.0.

set_period(period)
Parameters:

period (ICalGLib.Period) – The period attribute of self

Sets the period attribute of ICalGLib.Datetimeperiod.

New in version 1.0.

set_time(time)
Parameters:

time (ICalGLib.Time) – The time attribute of self

Sets the time attribute of ICalGLib.Datetimeperiod.

New in version 1.0.