19 lines
No EOL
342 B
TypeScript
19 lines
No EOL
342 B
TypeScript
|
|
/**
|
|
|
|
* See the {@link https://docs.rs/icu/latest/icu/datetime/time_zone/enum.IsoFormat.html Rust documentation for `IsoFormat`} for more information.
|
|
*/
|
|
export enum ICU4XIsoTimeZoneFormat {
|
|
/**
|
|
*/
|
|
Basic = 'Basic',
|
|
/**
|
|
*/
|
|
Extended = 'Extended',
|
|
/**
|
|
*/
|
|
UtcBasic = 'UtcBasic',
|
|
/**
|
|
*/
|
|
UtcExtended = 'UtcExtended',
|
|
} |