Source code

Revision control

Copy as Markdown

Other Tools

/**
* 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',
}