// generated by diplomat-tool import type { IanaParser } from "./IanaParser" import type { IsoDate } from "./IsoDate" import type { Rfc9557ParseError } from "./Rfc9557ParseError" import type { Time } from "./Time" import type { TimeZoneInfo } from "./TimeZoneInfo" import type { UtcOffset } from "./UtcOffset" import type { VariantOffsetsCalculator } from "./VariantOffsetsCalculator" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *AnICU4XZonedDateTimeobjectcapableofcontainingaISO-8601date,time,andzone. * *Seethe[Rustdocumentationfor`ZonedDateTime`](https://docs.rs/icu/2.1.1/icu/time/struct.ZonedDateTime.html) for more information.
*/
export class ZonedIsoDateTime {
get date(): IsoDate;
get time(): Time;
get zone(): TimeZoneInfo; /** @internal */
constructor();
/** *Createsanew{@linkZonedIsoDateTime}fromanIXDTFstring. * *Seethe[Rustdocumentationfor`try_strict_from_str`](https://docs.rs/icu/2.1.1/icu/time/struct.ZonedDateTime.html#method.try_strict_from_str) for more information.
*/ static strictFromString(v: string, ianaParser: IanaParser): ZonedIsoDateTime;
/** *Createsanew{@linkZonedIsoDateTime}fromanIXDTFstring. * *Seethe[Rustdocumentationfor`try_full_from_str`](https://docs.rs/icu/2.1.1/icu/time/struct.ZonedDateTime.html#method.try_full_from_str) for more information. * *@deprecatedusestrict_from_string
*/ static fullFromString(v: string, ianaParser: IanaParser, offsetCalculator: VariantOffsetsCalculator): ZonedIsoDateTime;
/** *Createsanew{@linkZonedIsoDateTime}frommillisecondssinceepoch(timestamp)andaUTCoffset. * *Note:{@linkZonedIsoDateTime}screatedwiththisconstructorcanonlybeformattedusinglocalizedoffsetzonestyles. * *Seethe[Rustdocumentationfor`from_epoch_milliseconds_and_utc_offset`](https://docs.rs/icu/2.1.1/icu/time/struct.ZonedDateTime.html#method.from_epoch_milliseconds_and_utc_offset) for more information.
*/ static fromEpochMillisecondsAndUtcOffset(epochMilliseconds: bigint, utcOffset: UtcOffset): ZonedIsoDateTime;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.