---
title: defaultDigits
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/date/formatstyle/symbol/minute/defaultdigits
---

# defaultDigits

The custom minute format style showing the minimum number of digits that represents the numeric minute.

## Declaration

```swift
static var defaultDigits: Date.FormatStyle.Symbol.Minute { get }
```

## Discussion

Discussion For example, this style represents one minute past the hour as 1, and eighteen past as 18.

## See Also

### Modifying a Minute

- [twoDigits](foundation/date/formatstyle/symbol/minute/twodigits.md)
