WeekdaysType

public struct WeekdaysType : Codable

WeekdaysType

See also

WeekdaysType
  • How many days in total have been counted.

    Declaration

    Swift

    public let count: Int?
  • fri

    Count for Fridays.

    Declaration

    Swift

    public let fri: Int?
  • mon

    Count for Mondays.

    Declaration

    Swift

    public let mon: Int?
  • sat

    Count for Saturdays

    Declaration

    Swift

    public let sat: Int?
  • sun

    Count for Sundays

    Declaration

    Swift

    public let sun: Int?
  • thu

    Count for Thursdays.

    Declaration

    Swift

    public let thu: Int?
  • tue

    Count for Tuesdays.

    Declaration

    Swift

    public let tue: Int?
  • Specifies whether or not the weekdays counted were part of an included or excluded filter.

    Declaration

    Swift

    public let type: String?
  • wed

    Count for Wednesdays.

    Declaration

    Swift

    public let wed: Int?