Static Propertyswift 6.0.3FoundationInternationalization->FoundationEssentials
omitted
The option for not including the symbol in the formatted output.
- iOS
- 16.4+
- macOS
- 13.3+
- tvOS
- 16.4+
- watchOS
- 9.4+
static let omitted: Date.FormatStyle.Symbol.Second
The option for not including the symbol in the formatted output.
static let omitted: Date.FormatStyle.Symbol.Second
s20FoundationEssentials4DateV0A20InternationalizationE11FormatStyleV6SymbolV6SecondV7omittedAJvpZ
What are these?9FDYB
import FoundationEssentials
import FoundationInternationalization
struct Second
struct Date
Date
represents a single point in time.
struct FormatStyle
Strategies for formatting a Date
.
struct Symbol
static var defaultDigits: Date.FormatStyle.Symbol.Second { get }
Minimum digits to show the numeric second. Truncated, not rounded. For example, 8
, 12
.
static var twoDigits: Date.FormatStyle.Symbol.Second { get }
Two digits numeric, zero padded if needed, not rounded. For example, 08
, 12
.