StandaloneQuarter
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
struct StandaloneQuarter
struct StandaloneQuarter
s20FoundationEssentials4DateV0A20InternationalizationE11FormatStyleV6SymbolV17StandaloneQuarterV
What are these?27MUB
import FoundationInternationalization
import FoundationEssentials
struct Symbol
struct Date
Date
represents a single point in time.
struct FormatStyle
Strategies for formatting a Date
.
struct CyclicYear
struct Day
struct DayOfYear
struct DayPeriod
struct Era
struct Hour
struct Minute
struct Month
struct Quarter
struct Second
struct SecondFraction
struct StandaloneMonth
struct StandaloneWeekday
struct TimeZone
struct VerbatimHour
struct Week
struct Weekday
struct Year
struct YearForWeekOfYear
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol Sendable
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
.
static var wide: Date.FormatStyle.Symbol.StandaloneQuarter { get }
Standalone wide quarter. For example “2nd quarter”.
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.