NSTimer.FireDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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; }
member this.FireDate : Foundation.NSDate with get, 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.