ICalGLib.Datetimeperiod¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class ICalGLib.Datetimeperiod(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
This is the
ICalGLib.Datetimeperiod
instance.- classmethod new()¶
- Returns:
The newly created
ICalGLib.Datetimeperiod
.- Return type:
Creates a new
ICalGLib.Datetimeperiod
.New in version 1.0.
- get_period()¶
- Returns:
The period attribute of self.
- Return type:
Gets the period attribute of
ICalGLib.Datetimeperiod
.New in version 1.0.
- get_time()¶
- Returns:
The time attribute of self.
- Return type:
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.