Foundation.NSTimer: Property Members

The properties of Foundation.NSTimer are listed below. For a list of all members, see the NSTimer Members list.

See Also: Inherited members from Foundation.NSObject

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
FireDateNSDate. The date at with the action will be performed.
[read-only]
IsValidbool. Returns true if the the timer will still fire at some point in the future.
[read-only]
TimeIntervaldouble. The time interval for the timer.
Tolerancedouble. Documentation for this section has not yet been entered.
[read-only]
UserInfoNSObject. Custom user information that has been provided to the timer.