NSDateComponents.Weekday Property

Definition

The number of weekday units in this NSDateComponents.

public virtual nint Weekday { [Foundation.Export("weekday")] get; [Foundation.Export("setWeekday:")] set; }
member this.Weekday : nint with get, set

Property Value

System.System.IntPtr System.nativeint

Represents the Weekday component of the NSDateComponent, the value is set to Undefined if the value was not explicitly set.

Attributes

Applies to