Class ZonedDateTimeFormatter
Constructors
Accessors
ffiValue
- get ffiValue(): number
Returns number
Methods
formatDatetimeWithCustomTimeZone
- formatDatetimeWithCustomTimeZone(datetime, timeZone): string
Returns string
formatIsoDatetimeWithCustomTimeZone
- formatIsoDatetimeWithCustomTimeZone(datetime, timeZone): string
Returns string
Static
createWithLengthAndProvider
- createWithLengthAndProvider(provider, locale, length): ZonedDateTimeFormatter
An object capable of formatting a date time with time zone to a string.
See the Rust documentation for
datetime
for more information.