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
An object capable of formatting a date time with time zone to a string.
See the Rust documentation for
datetime
for more information.