---
title: "minutes(_:)"
framework: testing
role: symbol
role_heading: Type Method
path: "testing/timelimittrait/duration/minutes(_:)"
---

# minutes(_:)

Construct a time limit duration given a number of minutes.

## Declaration

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

## Parameters

- `minutes`: The length of the duration in minutes.

## Return Value

Return Value A duration representing the specified number of minutes.
