// generated by diplomat-tool import type { IsoDate } from "./IsoDate" import type { Rfc9557ParseError } from "./Rfc9557ParseError" import type { Time } from "./Time" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *AnICU4XDateTimeobjectcapableofcontainingaISO-8601dateandtime. * *Seethe[Rustdocumentationfor`DateTime`](https://docs.rs/icu/2.1.1/icu/time/struct.DateTime.html) for more information.
*/
export class IsoDateTime {
get date(): IsoDate;
get time(): Time; /** @internal */
constructor();
/** *Createsanew{@linkIsoDateTime}fromanIXDTFstring. * *Seethe[Rustdocumentationfor`try_from_str`](https://docs.rs/icu/2.1.1/icu/time/struct.DateTime.html#method.try_from_str) for more information.
*/ static fromString(v: string): IsoDateTime;
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.9 Sekunden
(vorverarbeitet am 2026-08-25)
¤
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.