summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/js/package/lib/ICU4XIsoTimeZoneFormat.d.ts
blob: 8889318a02c58525d09a6cb8909cce2a6f6235b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**

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