DayOfWeek
public enum DayOfWeek : UInt32, CaseIterable, Codable
Represents the day of the week. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
-
Monday.
Declaration
Swift
case monday -
Tuesday.
Declaration
Swift
case tuesday -
Wednesday.
Declaration
Swift
case wednesday -
Thursday.
Declaration
Swift
case thursday -
Friday.
Declaration
Swift
case friday -
Saturday.
Declaration
Swift
case saturday -
Sunday.
Declaration
Swift
case sunday