Contents

advanced(by:)

Calculates an operation queue scheduler time by advancing the scheduler time type’s date by the given interval.

Declaration

func advanced(by n: OperationQueue.SchedulerTimeType.Stride) -> OperationQueue.SchedulerTimeType

Parameters

  • n:

    The time interval to advance Date by.

Return Value

An operation queue scheduler time advanced by the given interval from date.

See Also

Managing Scheduler Time Type Properties