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 433 B
Quelle ICU4XWeekendContainsDay.d.ts Sprache: unbekannt
Spracherkennung für: .ts vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
/**
* Documents which days of the week are considered to be a part of the weekend
* See the {@link
https://docs.rs/icu/latest/icu/calendar/week/struct.WeekCalculator.
html#method.weekend
Rust documentation for `weekend`} for more information.
*/
export class ICU4XWeekendContainsDay {
monday: boolean;
tuesday: boolean;
wednesday: boolean;
thursday: boolean;
friday: boolean;
saturday: boolean;
sunday: boolean;
}
[ Dauer der Verarbeitung: 0.30 Sekunden
]
2026-04-04