Swift Weekday Component Values

[Solved] Swift Weekday Component Values | Swift - Code Explorer | yomemimo.com
Question : swift weekday component values

Answered by : rens-wijnmalen

// The date component weekday is a Int value: 1...7 starting with sunday.
sunday = 1
monday = 2
tuesday = 3
wednesday = 4
thursday = 5
friday = 6
saturday = 7

Source : | Last Update : Wed, 26 Jan 22

Answers related to swift weekday component values

Code Explorer Popular Question For Swift