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

# defaultDigits

The custom format style that conveys the minimum number of digits that represents the numeric second.

## Declaration

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

## Discussion

Discussion This style represents the seconds field like 1 or 18.

## See Also

### Modifying a Second

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