Variables

@:value(cast "day")@:impl@:enuminlineread onlyDay:DateTimeFormatPartType = "day"

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

@:value(cast "dayPeriod")@:impl@:enuminlineread onlyDayPeriod:DateTimeFormatPartType = "dayPeriod"

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

@:value(cast "era")@:impl@:enuminlineread onlyEra:DateTimeFormatPartType = "era"

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

@:value(cast "hour")@:impl@:enuminlineread onlyHour:DateTimeFormatPartType = "hour"

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

@:value(cast "literal")@:impl@:enuminlineread onlyLiteral:DateTimeFormatPartType = "literal"

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

@:value(cast "minute")@:impl@:enuminlineread onlyMinute:DateTimeFormatPartType = "minute"

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

@:value(cast "month")@:impl@:enuminlineread onlyMonth:DateTimeFormatPartType = "month"

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

@:value(cast "second")@:impl@:enuminlineread onlySecond:DateTimeFormatPartType = "second"

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

@:value(cast "timeZoneName")@:impl@:enuminlineread onlyTimeZoneName:DateTimeFormatPartType = "timeZoneName"

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

@:value(cast "weekday")@:impl@:enuminlineread onlyWeekday:DateTimeFormatPartType = "weekday"

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

@:value(cast "year")@:impl@:enuminlineread onlyYear:DateTimeFormatPartType = "year"

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