13 lines
No EOL
271 B
TypeScript
13 lines
No EOL
271 B
TypeScript
|
|
/**
|
|
|
|
* See the {@link https://docs.rs/icu/latest/icu/datetime/time_zone/enum.IsoSeconds.html Rust documentation for `IsoSeconds`} for more information.
|
|
*/
|
|
export enum ICU4XIsoTimeZoneSecondDisplay {
|
|
/**
|
|
*/
|
|
Optional = 'Optional',
|
|
/**
|
|
*/
|
|
Never = 'Never',
|
|
} |