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
DaylightComponent
which is the standard time of the Time Zone.Declaration
Swift
public var daylight: DaylightComponent
-
This property defines the value of the object
StandardComponent
which 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 )