NSDateComponents.Era Property

Definition

The number of era units in this NSDateComponents.

public virtual nint Era { [Foundation.Export("era")] get; [Foundation.Export("setEra:")] set; }
member this.Era : nint with get, set

Property Value

System.System.IntPtr System.nativeint

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

Attributes

Applies to