Enumeration Caseswift 6.0.3FoundationEssentials
hour
- iOS
- 15+
- macOS
- 12+
- tvOS
- 15+
- watchOS
- 8+
case hour
case hour
s20FoundationEssentials15AttributeScopesO0A10AttributesV09DateFieldC0O0G0O4houryA2ImF
What are these?4I4N1
import FoundationEssentials
enum Field
@frozen enum AttributeScopes
struct FoundationAttributes
@frozen enum DateFieldAttribute
case amPM
case day
case dayOfYear
case era
case minute
case month
case quarter
case relatedGregorianYear
For non-Gregorian calendars, this corresponds to the extended Gregorian year in which the calendar’s year begins.
case second
case secondFraction
case timeZone
case weekOfMonth
case weekOfYear
case weekday
case weekdayOrdinal
The ordinal position of the weekday unit within the month unit. For example, 2
in “2nd Wednesday in July”
case year