Schedule

public struct Schedule : Codable
  • Declaration

    Swift

    public let activation: String
  • Declaration

    Swift

    public let start: String?
  • end

    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 }