Datetimeperiod#

class Datetimeperiod(**properties: Any)#

Superclasses: Object, Object

This is the ICalDatetimeperiod instance.

Constructors#

class Datetimeperiod
classmethod new() Datetimeperiod#

Creates a new Datetimeperiod.

Added in version 1.0.

Methods#

class Datetimeperiod
get_period() Period#

Gets the period attribute of Datetimeperiod.

Added in version 1.0.

get_time() Time#

Gets the time attribute of Datetimeperiod.

Added in version 1.0.

set_period(period: Period) None#

Sets the period attribute of Datetimeperiod.

Added in version 1.0.

Parameters:

period – The period attribute of dtp

set_time(time: Time) None#

Sets the time attribute of Datetimeperiod.

Added in version 1.0.

Parameters:

time – The time attribute of dtp