Contents

CFRunLoopTimerGetNextFireDate(_:)

Returns the next firing time for a CFRunLoopTimer object.

Declaration

func CFRunLoopTimerGetNextFireDate(_ timer: CFRunLoopTimer!) -> CFAbsoluteTime

Parameters

  • timer:

    The run loop timer to examine.

Return Value

The next firing time for timer. This time could be a date in the past if a run loop has not been able to process the timer since the firing time arrived.

See Also

CFRunLoopTimer Miscellaneous Functions