CFRunLoopTimerGetInterval(_:)
Returns the firing interval of a repeating CFRunLoopTimer object.
Declaration
func CFRunLoopTimerGetInterval(_ timer: CFRunLoopTimer!) -> CFTimeIntervalParameters
- timer:
The run loop timer to examine.
Return Value
The firing interval of timer. Returns 0 if timer does not repeat.
See Also
CFRunLoopTimer Miscellaneous Functions
CFRunLoopTimerCreateWithHandler(_:_:_:_:_:_:)CFRunLoopTimerCreate(_:_:_:_:_:_:_:)CFRunLoopTimerDoesRepeat(_:)CFRunLoopTimerGetContext(_:_:)CFRunLoopTimerGetNextFireDate(_:)CFRunLoopTimerGetOrder(_:)CFRunLoopTimerGetTypeID()CFRunLoopTimerInvalidate(_:)CFRunLoopTimerIsValid(_:)CFRunLoopTimerSetNextFireDate(_:_:)