GMSDayOfWeek
Enumerations | |
enum | GMSDayOfWeek { GMSDayOfWeekSunday = 1, GMSDayOfWeekMonday = 2, GMSDayOfWeekTuesday = 3, GMSDayOfWeekWednesday = 4, GMSDayOfWeekThursday = 5, GMSDayOfWeekFriday = 6, GMSDayOfWeekSaturday = 7 } |
The fields represent individual days of the week. More... |
Enumeration Type Documentation
enum GMSDayOfWeek |
The fields represent individual days of the week.
Matches NSDateComponents.weekday index. Refer to https://developer.apple.com/documentation/foundation/nsdatecomponents/1410442-weekday