summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/js/package/lib/ICU4XTimeLength.d.ts
blob: ac90d6175beb7a2680007b3659caa1ad6c3ed741 (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/options/length/enum.Time.html Rust documentation for `Time`} for more information.
 */
export enum ICU4XTimeLength {
  /**
   */
  Full = 'Full',
  /**
   */
  Long = 'Long',
  /**
   */
  Medium = 'Medium',
  /**
   */
  Short = 'Short',
}