NSDateComponents.Year Property

Definition

The number of year units in this NSDateComponents.

public virtual nint Year { [Foundation.Export("year")] get; [Foundation.Export("setYear:")] set; }
member this.Year : nint with get, set

Property Value

System.System.IntPtr System.nativeint

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

Attributes

Applies to