一个接口,表示由 Intl.DateTimeFormat 对象的 resolvedOptions 方法返回的已解析选项。
Intl.DateTimeFormat
resolvedOptions
An interface that represents the resolved options returned by the resolvedOptions method of an Intl.DateTimeFormat object.
实际使用的日历。
The calendar actually used.
Optional
实际使用的日期表示方式。
The representation of the day actually used.
实际使用的纪元表示方式。
The representation of the era actually used.
实际使用的小时表示方式。
The representation of the hour actually used.
是否使用 12 小时制的实际设置。
The actual setting for whether to use 12-hour time.
实际使用的区域设置。
The locale actually used.
实际使用的分钟表示方式。
The representation of the minute actually used.
实际使用的月份表示方式。
The representation of the month actually used.
实际使用的编号系统。
The numbering system actually used.
实际使用的秒表示方式。
The representation of the second actually used.
实际使用的时区。
The time zone actually used.
实际使用的时区名称表示方式。
The representation of the time zone name actually used.
实际使用的工作日表示方式。
The representation of the weekday actually used.
实际使用的年份表示方式。
The representation of the year actually used.
Zh
一个接口,表示由
Intl.DateTimeFormat
对象的resolvedOptions
方法返回的已解析选项。En
An interface that represents the resolved options returned by the
resolvedOptions
method of anIntl.DateTimeFormat
object.