DaylightComponent
public class DaylightComponent : VComponent
Undocumented
-
Declaration
Swift
public let component: String
-
This property defines the time zone offset from, that will be use in the event.
Declaration
Swift
public var tzOffsetFrom: String
-
This property defines a rule or repeating pattern for recurring events, to-dos, journal entries, or time zone definitions.
Declaration
Swift
public var rrule: ICalendarRecurrenceRule
-
This property defines the component start date, that will be use in the event.
Declaration
Swift
public var dstart: Date
-
This property defines the time zone name, that will be use in the event.
Declaration
Swift
public var tzName: String
-
This property defines the time zone offset to, that will be use in the event.
Declaration
Swift
public var tzOffsetTo: String
-
Declaration
Swift
public var properties: [VContentLine?] { get }
-
Undocumented
Declaration
Swift
public init( tzOffsetFrom: String, rrule: ICalendarRecurrenceRule, dstart: Date, tzName: String, tzOffsetTo: String )