NSDate.Now Property

Definition

Gets the current date and time.

public static Foundation.NSDate Now { [Foundation.Export("date")] get; }
member this.Now : Foundation.NSDate

Property Value

The current date and time.

Attributes

Remarks

The date and time are expressed as UTC.

Applies to