NSDateComponents.Second Property

Definition

The number of second units in this NSDateComponents.

public virtual nint Second { [Foundation.Export("second")] get; [Foundation.Export("setSecond:")] set; }
member this.Second : nint with get, set

Property Value

System.System.IntPtr System.nativeint

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

Attributes

Applies to