Create an instance of FluentDateTime
with options to the
Intl.DateTimeFormat
constructor.
The number value of this FluentDateTime
, in milliseconds.
Options which will be passed to Intl.DateTimeFormat
.
Options passed to Intl.DateTimeFormat
.
The wrapped native value.
A
FluentType
representing a date and time.A
FluentDateTime
instance stores the number value of the date it represents, as a numerical timestamp in milliseconds. It may also store an option bag of options which will be passed toIntl.DateTimeFormat
when theFluentDateTime
is formatted to a string.