Static Propertyswift 6.0.3FoundationInternationalization->FoundationEssentials
wide
Standalone wide quarter. For example “2nd quarter”.
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
static var wide: Date.FormatStyle.Symbol.StandaloneQuarter { get }
Standalone wide quarter. For example “2nd quarter”.
static var wide: Date.FormatStyle.Symbol.StandaloneQuarter { get }
s20FoundationEssentials4DateV0A20InternationalizationE11FormatStyleV6SymbolV17StandaloneQuarterV4wideAJvpZ
What are these?26B3
import FoundationEssentials
import FoundationInternationalization
struct StandaloneQuarter
struct Date
Date
represents a single point in time.
struct FormatStyle
Strategies for formatting a Date
.
struct Symbol
static var abbreviated: Date.FormatStyle.Symbol.StandaloneQuarter { get }
Standalone abbreviated quarter. For example Q2
.
static var narrow: Date.FormatStyle.Symbol.StandaloneQuarter { get }
Standalone narrow quarter. For example “2”.
static var oneDigit: Date.FormatStyle.Symbol.StandaloneQuarter { get }
Standalone one-digit numeric quarter. For example 2
.
static var twoDigits: Date.FormatStyle.Symbol.StandaloneQuarter { get }
Two-digit standalone numeric quarter with zero padding if necessary, for example 02
.