Static Propertyswift 6.0.3FoundationInternationalization->FoundationEssentials
narrow
Stand-alone narrow month. For example, “S”.
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
static var narrow: Date.FormatStyle.Symbol.StandaloneMonth { get }
Stand-alone narrow month. For example, “S”.
static var narrow: Date.FormatStyle.Symbol.StandaloneMonth { get }
s20FoundationEssentials4DateV0A20InternationalizationE11FormatStyleV6SymbolV15StandaloneMonthV6narrowAJvpZ
What are these?3291C
import FoundationEssentials
import FoundationInternationalization
struct StandaloneMonth
struct Date
Date
represents a single point in time.
struct FormatStyle
Strategies for formatting a Date
.
struct Symbol
static var abbreviated: Date.FormatStyle.Symbol.StandaloneMonth { get }
Stand-alone abbreviated month. For example, “Sep”.
static var defaultDigits: Date.FormatStyle.Symbol.StandaloneMonth { get }
Stand-alone minimum digits numeric month. Number/name (intended to be used without Day
). For example, 9
, 12
.
static var twoDigits: Date.FormatStyle.Symbol.StandaloneMonth { get }
Stand-alone two-digit numeric month. Two digits, zero pad if needed. For example, 09
, 12
.
static var wide: Date.FormatStyle.Symbol.StandaloneMonth { get }
Stand-alone wide month. For example, “September”.