NSTimer.TimeInterval Property

Definition

The time interval for the timer.

public virtual double TimeInterval { [Foundation.Export("timeInterval")] get; }
member this.TimeInterval : double

Property Value

Attributes

Remarks

Will return 0 for a non-repeating timer.

Applies to