EKWeekday Enum

Definition

Enumerates the days of the week.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public enum EKWeekday
type EKWeekday = 
Inheritance
EKWeekday
Attributes

Fields

Friday 6
Monday 2
NotSet 0
Saturday 7
Sunday 1
Thursday 5
Tuesday 3
Wednesday 4

Applies to