Variables

@:value(cast "day")@:enum@:implinlineread onlyDay:DateTimeFormatPartType = "day"

The string used for the day, for example "17".

@:value(cast "dayPeriod")@:enum@:implinlineread onlyDayPeriod:DateTimeFormatPartType = "dayPeriod"

The string used for the day period, for example, "AM" or "PM".

@:value(cast "era")@:enum@:implinlineread onlyEra:DateTimeFormatPartType = "era"

The string used for the era, for example "BC" or "AD".

@:value(cast "hour")@:enum@:implinlineread onlyHour:DateTimeFormatPartType = "hour"

The string used for the hour, for example "3" or "03".

@:value(cast "literal")@:enum@:implinlineread onlyLiteral:DateTimeFormatPartType = "literal"

The string used for separating date and time values, for example "/", ",", "o'clock", "de", etc.

@:value(cast "minute")@:enum@:implinlineread onlyMinute:DateTimeFormatPartType = "minute"

The string used for the minute, for example "00".

@:value(cast "month")@:enum@:implinlineread onlyMonth:DateTimeFormatPartType = "month"

The string used for the month, for example "12".

@:value(cast "second")@:enum@:implinlineread onlySecond:DateTimeFormatPartType = "second"

The string used for the second, for example "07" or "42".

@:value(cast "timeZoneName")@:enum@:implinlineread onlyTimeZoneName:DateTimeFormatPartType = "timeZoneName"

The string used for the name of the time zone, for example "UTC".

@:value(cast "weekday")@:enum@:implinlineread onlyWeekday:DateTimeFormatPartType = "weekday"

The string used for the weekday, for example "M", "Monday", or "Montag".

@:value(cast "year")@:enum@:implinlineread onlyYear:DateTimeFormatPartType = "year"

The string used for the year, for example "2012" or "96".