Schedule
public struct Schedule : Codable
-
Declaration
Swift
public let activation: String -
Declaration
Swift
public let start: String? -
Declaration
Swift
public let end: String? -
Declaration
Swift
public let timezone: String -
Declaration
Swift
public var currentDate: Date? { get } -
Declaration
Swift
public var startDate: Date? { get } -
Declaration
Swift
public var endDate: Date? { get }
Schedule Structure Reference