// generated by diplomat-tool import type { Calendar } from "./Calendar" import type { Date } from "./Date" import type { Rfc9557ParseError } from "./Rfc9557ParseError" import type { Time } from "./Time" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *AnICU4XDateTimeobjectcapableofcontainingadateandtimeforanycalendar. * *Seethe[Rustdocumentationfor`DateTime`](https://docs.rs/icu/2.1.1/icu/time/struct.DateTime.html) for more information.
*/
export class DateTime {
get date(): Date;
get time(): Time; /** @internal */
constructor();
/** *Createsanew{@linkDateTime}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, calendar: Calendar): DateTime;
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.14 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.