WeekdaysType
public struct WeekdaysType : Codable
WeekdaysType
See also
WeekdaysType-
How many days in total have been counted.
Declaration
Swift
public let count: Int? -
Count for Fridays.
Declaration
Swift
public let fri: Int? -
Count for Mondays.
Declaration
Swift
public let mon: Int? -
Count for Saturdays
Declaration
Swift
public let sat: Int? -
Count for Sundays
Declaration
Swift
public let sun: Int? -
Count for Thursdays.
Declaration
Swift
public let thu: Int? -
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? -
Count for Wednesdays.
Declaration
Swift
public let wed: Int?
WeekdaysType Structure Reference