// generated by diplomat-tool
import type { DataProvider } from "./DataProvider"
import type { DateTimeAlignment } from "./DateTimeAlignment"
import type { DateTimeFormatterLoadError } from "./DateTimeFormatterLoadError"
import type { DateTimeLength } from "./DateTimeLength"
import type { DateTimeWriteError } from "./DateTimeWriteError"
import type { Locale } from "./Locale"
import type { Time } from "./Time"
import type { TimePrecision } from "./TimePrecision"
import type { TimeZoneInfo } from "./TimeZoneInfo"
import type { pointer, codepoint } from "./diplomat-runtime.d.ts" ;
/**
* See the [ Rust documentation for ` NoCalendarFormatter ` ] ( https : //docs.rs/icu/2.1.1/icu/datetime/type.NoCalendarFormatter.html) for more information.
*/
export class ZonedTimeFormatter {
/** @internal */
get ffiValue(): pointer;
/** @internal */
constructor();
/**
* Creates a zoned formatter based on a non - zoned formatter .
*
* Caution : The locale provided here must match the locale used to construct the non - zoned formatter ,
* or else unexpected behavior may occur !
*
* See the [ Rust documentation for ` SpecificLong ` ] ( https : //docs.rs/icu/2.1.1/icu/datetime/fieldsets/zone/struct.SpecificLong.html) for more information.
*/
static createSpecificLong(locale: Locale, length: DateTimeLength | null , timePrecision: TimePrecision | null , alignment: DateTimeAlignment | null ): ZonedTimeFormatter;
/**
* Creates a zoned formatter based on a non - zoned formatter .
*
* Caution : The locale provided here must match the locale used to construct the non - zoned formatter ,
* or else unexpected behavior may occur !
*
* See the [ Rust documentation for ` SpecificLong ` ] ( https : //docs.rs/icu/2.1.1/icu/datetime/fieldsets/zone/struct.SpecificLong.html) for more information.
*/
static createSpecificLongWithProvider(provider: DataProvider, locale: Locale, length: DateTimeLength | null , timePrecision: TimePrecision | null , alignment: DateTimeAlignment | null ): ZonedTimeFormatter;
/**
* Creates a zoned formatter based on a non - zoned formatter .
*
* Caution : The locale provided here must match the locale used to construct the non - zoned formatter ,
* or else unexpected behavior may occur !
*
* See the [ Rust documentation for ` SpecificShort ` ] ( https : //docs.rs/icu/2.1.1/icu/datetime/fieldsets/zone/struct.SpecificShort.html) for more information.
*/
static createSpecificShort(locale: Locale, length: DateTimeLength | null , timePrecision: TimePrecision | null , alignment: DateTimeAlignment | null ): ZonedTimeFormatter;
/**
* Creates a zoned formatter based on a non - zoned formatter .
*
* Caution : The locale provided here must match the locale used to construct the non - zoned formatter ,
* or else unexpected behavior may occur !
*
* See the [ Rust documentation for ` SpecificShort ` ] ( https : //docs.rs/icu/2.1.1/icu/datetime/fieldsets/zone/struct.SpecificShort.html) for more information.
*/
static createSpecificShortWithProvider(provider: DataProvider, locale: Locale, length: DateTimeLength | null , timePrecision: TimePrecision | null , alignment: DateTimeAlignment | null ): ZonedTimeFormatter;
/**
* Creates a zoned formatter based on a non - zoned formatter .
*
* Caution : The locale provided here must match the locale used to construct the non - zoned formatter ,
* or else unexpected behavior may occur !
*
* See the [ Rust documentation for ` LocalizedOffsetLong ` ] ( https : //docs.rs/icu/2.1.1/icu/datetime/fieldsets/zone/struct.LocalizedOffsetLong.html) for more information.
*/
static createLocalizedOffsetLong(locale: Locale, length: DateTimeLength | null , timePrecision: TimePrecision | null , alignment: DateTimeAlignment | null ): ZonedTimeFormatter;
/**
* Creates a zoned formatter based on a non - zoned formatter .
*
* Caution : The locale provided here must match the locale used to construct the non - zoned formatter ,
* or else unexpected behavior may occur !
*
* See the [ Rust documentation for ` LocalizedOffsetLong ` ] ( https : //docs.rs/icu/2.1.1/icu/datetime/fieldsets/zone/struct.LocalizedOffsetLong.html) for more information.
*/
static createLocalizedOffsetLongWithProvider(provider: DataProvider, locale: Locale, length: DateTimeLength | null , timePrecision: TimePrecision | null , alignment: DateTimeAlignment | null ): ZonedTimeFormatter;
/**
* Creates a zoned formatter based on a non - zoned formatter .
*
* Caution : The locale provided here must match the locale used to construct the non - zoned formatter ,
* or else unexpected behavior may occur !
*
* See the [ Rust documentation for ` LocalizedOffsetShort ` ] ( https : //docs.rs/icu/2.1.1/icu/datetime/fieldsets/zone/struct.LocalizedOffsetShort.html) for more information.
*/
static createLocalizedOffsetShort(locale: Locale, length: DateTimeLength | null , timePrecision: TimePrecision | null , alignment: DateTimeAlignment | null ): ZonedTimeFormatter;
/**
* Creates a zoned formatter based on a non - zoned formatter .
*
* Caution : The locale provided here must match the locale used to construct the non - zoned formatter ,
* or else unexpected behavior may occur !
*
* See the [ Rust documentation for ` LocalizedOffsetShort ` ] ( https : //docs.rs/icu/2.1.1/icu/datetime/fieldsets/zone/struct.LocalizedOffsetShort.html) for more information.
*/
static createLocalizedOffsetShortWithProvider(provider: DataProvider, locale: Locale, length: DateTimeLength | null , timePrecision: TimePrecision | null , alignment: DateTimeAlignment | null ): ZonedTimeFormatter;
/**
* Creates a zoned formatter based on a non - zoned formatter .
*
* Caution : The locale provided here must match the locale used to construct the non - zoned formatter ,
* or else unexpected behavior may occur !
*
* See the [ Rust documentation for ` GenericLong ` ] ( https : //docs.rs/icu/2.1.1/icu/datetime/fieldsets/zone/struct.GenericLong.html) for more information.
*/
static createGenericLong(locale: Locale, length: DateTimeLength | null , timePrecision: TimePrecision | null , alignment: DateTimeAlignment | null ): ZonedTimeFormatter;
/**
* Creates a zoned formatter based on a non - zoned formatter .
*
* Caution : The locale provided here must match the locale used to construct the non - zoned formatter ,
* or else unexpected behavior may occur !
*
* See the [ Rust documentation for ` GenericLong ` ] ( https : //docs.rs/icu/2.1.1/icu/datetime/fieldsets/zone/struct.GenericLong.html) for more information.
*/
static createGenericLongWithProvider(provider: DataProvider, locale: Locale, length: DateTimeLength | null , timePrecision: TimePrecision | null , alignment: DateTimeAlignment | null ): ZonedTimeFormatter;
/**
* Creates a zoned formatter based on a non - zoned formatter .
*
* Caution : The locale provided here must match the locale used to construct the non - zoned formatter ,
* or else unexpected behavior may occur !
*
* See the [ Rust documentation for ` GenericShort ` ] ( https : //docs.rs/icu/2.1.1/icu/datetime/fieldsets/zone/struct.GenericShort.html) for more information.
*/
static createGenericShort(locale: Locale, length: DateTimeLength | null , timePrecision: TimePrecision | null , alignment: DateTimeAlignment | null ): ZonedTimeFormatter;
/**
* Creates a zoned formatter based on a non - zoned formatter .
*
* Caution : The locale provided here must match the locale used to construct the non - zoned formatter ,
* or else unexpected behavior may occur !
*
* See the [ Rust documentation for ` GenericShort ` ] ( https : //docs.rs/icu/2.1.1/icu/datetime/fieldsets/zone/struct.GenericShort.html) for more information.
*/
static createGenericShortWithProvider(provider: DataProvider, locale: Locale, length: DateTimeLength | null , timePrecision: TimePrecision | null , alignment: DateTimeAlignment | null ): ZonedTimeFormatter;
/**
* Creates a zoned formatter based on a non - zoned formatter .
*
* Caution : The locale provided here must match the locale used to construct the non - zoned formatter ,
* or else unexpected behavior may occur !
*
* See the [ Rust documentation for ` Location ` ] ( https : //docs.rs/icu/2.1.1/icu/datetime/fieldsets/zone/struct.Location.html) for more information.
*/
static createLocation(locale: Locale, length: DateTimeLength | null , timePrecision: TimePrecision | null , alignment: DateTimeAlignment | null ): ZonedTimeFormatter;
/**
* Creates a zoned formatter based on a non - zoned formatter .
*
* Caution : The locale provided here must match the locale used to construct the non - zoned formatter ,
* or else unexpected behavior may occur !
*
* See the [ Rust documentation for ` Location ` ] ( https : //docs.rs/icu/2.1.1/icu/datetime/fieldsets/zone/struct.Location.html) for more information.
*/
static createLocationWithProvider(provider: DataProvider, locale: Locale, length: DateTimeLength | null , timePrecision: TimePrecision | null , alignment: DateTimeAlignment | null ): ZonedTimeFormatter;
/**
* Creates a zoned formatter based on a non - zoned formatter .
*
* Caution : The locale provided here must match the locale used to construct the non - zoned formatter ,
* or else unexpected behavior may occur !
*
* See the [ Rust documentation for ` ExemplarCity ` ] ( https : //docs.rs/icu/2.1.1/icu/datetime/fieldsets/zone/struct.ExemplarCity.html) for more information.
*/
static createExemplarCity(locale: Locale, length: DateTimeLength | null , timePrecision: TimePrecision | null , alignment: DateTimeAlignment | null ): ZonedTimeFormatter;
/**
* Creates a zoned formatter based on a non - zoned formatter .
*
* Caution : The locale provided here must match the locale used to construct the non - zoned formatter ,
* or else unexpected behavior may occur !
*
* See the [ Rust documentation for ` ExemplarCity ` ] ( https : //docs.rs/icu/2.1.1/icu/datetime/fieldsets/zone/struct.ExemplarCity.html) for more information.
*/
static createExemplarCityWithProvider(provider: DataProvider, locale: Locale, length: DateTimeLength | null , timePrecision: TimePrecision | null , alignment: DateTimeAlignment | null ): ZonedTimeFormatter;
/**
* See the [ Rust documentation for ` format ` ] ( https : //docs.rs/icu/2.1.1/icu/datetime/struct.FixedCalendarDateTimeFormatter.html#method.format) for more information.
*/
format(time: Time, zone: TimeZoneInfo): string;
}
Messung V0.5 in Prozent C=81 H=100 G=90
¤ Dauer der Verarbeitung: 0.16 Sekunden
(vorverarbeitet am 2026-08-25)
¤
*© Formatika GbR, Deutschland