ICalendarTimeZone
public struct ICalendarTimeZone : VComponent
Undocumented
-
Declaration
Swift
public let component: String -
This property defines the time zone, that will be use in the event.
Declaration
Swift
public var tzid: String -
This property defines the value of the object
DaylightComponentwhich is the standard time of the Time Zone.Declaration
Swift
public var daylight: DaylightComponent -
This property defines the value of the object
StandardComponentwhich is the standard time of the Time Zone.Declaration
Swift
public var standard: StandardComponent -
Declaration
Swift
public var properties: [VContentLine?] { get } -
Declaration
Swift
public var children: [VComponent] { get } -
Undocumented
Declaration
Swift
public init( tzid: String, daylight: DaylightComponent, standard: StandardComponent )
ICalendarTimeZone Structure Reference