Fields

@:optionaloptionalyear:Null<YearRepresentation>

The representation of the year.

@:optionaloptionalweekday:Null<WeekdayRepresentation>

The representation of the weekday.

@:optionaloptionaltimeZoneName:Null<TimeZoneName>

The representation of the time zone name.

@:optionaloptionaltimeZone:Null<String>

The time zone to use. The only value implementations must recognize is "UTC"; the default is the runtime's default time zone. Implementations may also recognize the time zone names of the IANA time zone database, such as "Asia/Shanghai", "Asia/Kolkata", "America/New_York".

@:optionaloptionalsecond:Null<SecondRepresentation>

The representation of the second.

@:optionaloptionalmonth:Null<MonthRepresentation>

The representation of the month.

@:optionaloptionalminute:Null<MinuteRepresentation>

The representation of the minute.

@:optionaloptionallocaleMatcher:Null<LocaleMatcher>

The locale matching algorithm to use. The default is BestFit.

@:optionaloptionalhourCycle:Null<HourCycle>

The hour cycle to use. This option overrides the hc language tag, if both are present, and the Hour12 option takes precedence in case both options have been specified.

@:optionaloptionalhour12:Null<Bool>

Whether to use 12-hour time (as opposed to 24-hour time). The default is locale dependent. This option overrides the hc language tag and/or the hourCycle option in case both are present.

@:optionaloptionalhour:Null<HourRepresentation>

The representation of the hour.

@:optionaloptionalformatMatcher:Null<FormatMatcher>

The format matching algorithm to use. The default is BestFit. See the following paragraphs for information about the use of this property.

@:optionaloptionalera:Null<EraRepresentation>

The representation of the era.

@:optionaloptionalday:Null<DayRepresentation>

The representation of the day.