Contents

minutes(_:)

Construct a time limit duration given a number of minutes.

Declaration

static func minutes(_ minutes: some BinaryInteger) -> TimeLimitTrait.Duration

Parameters

  • minutes:

    The length of the duration in minutes.

Return Value

A duration representing the specified number of minutes.