Quellcodebibliothek
Statistik
Leitseite
products
/
sources
/
formale Sprachen
/
C
/
Firefox
/
intl
/
icu_capi
/
bindings
/
js
/ (
Browser von der Mozilla Stiftung
Version 136.0.1
©
) Datei vom 10.2.2025 mit Größe 1 kB
Quelle ICU4XCalendar.d.ts Sprache: unbekannt
import { FFIError } from "./diplomat-runtime"
import { ICU4XAnyCalendarKind } from "./ICU4XAnyCalendarKind";
import { ICU4XDataProvider } from "./ICU4XDataProvider";
import { ICU4XError } from "./ICU4XError";
import { ICU4XLocale } from "./ICU4XLocale";
/**
* See the {@link
https://docs.rs/icu/latest/icu/calendar/enum.AnyCalendar.html
Rust do
cumentation for `AnyCalendar`} for more information.
*/
export class ICU4XCalendar {
/**
* Creates a new {@link ICU4XCalendar `ICU4XCalendar`} from the specified date and time.
* See the {@link
https://docs.rs/icu/latest/icu/calendar/enum.AnyCalendar.html#metho
d.new_for_locale
Rust documentation for `new_for_locale`} for more information.
* @throws {@link FFIError}<{@link ICU4XError}>
*/
static create_for_locale(provider: ICU4XDataProvider, locale: ICU4XLocale): ICU4XCale
ndar | never;
/**
* Creates a new {@link ICU4XCalendar `ICU4XCalendar`} from the specified date and time.
* See the {@link
https://docs.rs/icu/latest/icu/calendar/enum.AnyCalendar.html#metho
d.new
Rust documentation for `new`} for more information.
* @throws {@link FFIError}<{@link ICU4XError}>
*/
static create_for_kind(provider: ICU4XDataProvider, kind: ICU4XAnyCalendarKind): ICU4
XCalendar | never;
/**
* Returns the kind of this calendar
* See the {@link
https://docs.rs/icu/latest/icu/calendar/enum.AnyCalendar.html#metho
d.kind
Rust documentation for `kind`} for more information.
*/
kind(): ICU4XAnyCalendarKind;
}
[ Dauer der Verarbeitung: 0.17 Sekunden (vorverarbeitet)
]
2026-04-06