NSTimer.FireDate Property

Definition

The date at with the action will be performed.

public virtual Foundation.NSDate FireDate { [Foundation.Export("fireDate", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setFireDate:", ObjCRuntime.ArgumentSemantic.Copy)] set; }

Property Value

This value can be null.

Attributes

Remarks

If the timer is no longer valid, then this will return the last date the action was performed.

Applies to