---
title: minute
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nscalendar/unit/minute
---

# minute

Identifier for the minute unit.

## Declaration

```swift
static var minute: NSCalendar.Unit { get }
```

## Discussion

Discussion The corresponding value is an NSInteger. Equal to kCFCalendarUnitMinute.

## See Also

### Specifying Hours, Minutes, and Seconds

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