---
title: minute
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsdatecomponents/minute
---

# minute

The number of minute units for the receiver.

## Declaration

```swift
var minute: Int { get set }
```

## Discussion

Discussion This value is interpreted in the context of the calendar with which it is used—see Calendars, Date Components, and Calendar Units in Date and Time Programming Guide.

## See Also

### Accessing Hours and Seconds

- [hour](foundation/nsdatecomponents/hour.md)
- [second](foundation/nsdatecomponents/second.md)
- [nanosecond](foundation/nsdatecomponents/nanosecond.md)
