class Temporal.ZonedDateTime
unstable
Constructors Jump to heading
new
Jump to headingZonedDateTime(epochNanoseconds: bigint,timeZone: string,calendar?: string,)Properties Jump to heading
readonly
Jump to heading[Symbol.toStringTag]: "Temporal.ZonedDateTime"readonly
Jump to headingcalendarId: stringreadonly
Jump to headingday: numberreadonly
Jump to headingdayOfWeek: numberreadonly
Jump to headingdayOfYear: numberreadonly
Jump to headingdaysInMonth: numberreadonly
Jump to headingdaysInWeek: numberreadonly
Jump to headingdaysInYear: numberreadonly
Jump to headingepochMilliseconds: numberreadonly
Jump to headingepochNanoseconds: bigintreadonly
Jump to headingera: string | undefinedreadonly
Jump to headingeraYear: number | undefinedreadonly
Jump to headinghour: numberreadonly
Jump to headinghoursInDay: numberreadonly
Jump to headinginLeapYear: booleanreadonly
Jump to headingmicrosecond: numberreadonly
Jump to headingmillisecond: numberreadonly
Jump to headingminute: numberreadonly
Jump to headingmonth: numberreadonly
Jump to headingmonthCode: stringreadonly
Jump to headingmonthsInYear: numberreadonly
Jump to headingnanosecond: numberreadonly
Jump to headingoffset: stringreadonly
Jump to headingoffsetNanoseconds: numberreadonly
Jump to headingsecond: numberreadonly
Jump to headingtimeZoneId: stringreadonly
Jump to headingweekOfYear: number | undefinedreadonly
Jump to headingyear: numberreadonly
Jump to headingyearOfWeek: number | undefinedMethods Jump to heading
Jump to headingadd(durationLike: ,options?: ArithmeticOptions,): Temporal.ZonedDateTimeJump to headingequals(other: ): booleanJump to headinggetTimeZoneTransition(direction: TransitionDirection): Temporal.ZonedDateTime | nullJump to headinground(roundTo: RoundTo<"day"
| "hour"
| "minute"
| "second"
| "millisecond"
| "microsecond"
| "nanosecond">): Temporal.ZonedDateTimeJump to headingsince(other: ,options?: Temporal.DifferenceOptions<"year"
| "month"
| "week"
| "day"
| "hour"
| "minute"
| "second"
| "millisecond"
| "microsecond"
| "nanosecond">,): Temporal.DurationJump to headingsubtract(durationLike: ,options?: ArithmeticOptions,): Temporal.ZonedDateTimeJump to headingtoJSON(): stringJump to headingtoLocaleString(locales?: string | string[],options?: Intl.DateTimeFormatOptions,): stringJump to headingtoString(options?: ZonedDateTimeToStringOptions): stringJump to headinguntil(other: ,options?: Temporal.DifferenceOptions<"year"
| "month"
| "week"
| "day"
| "hour"
| "minute"
| "second"
| "millisecond"
| "microsecond"
| "nanosecond">,): Temporal.DurationJump to headingvalueOf(): neverJump to headingwith(zonedDateTimeLike: ZonedDateTimeLike,options?: ZonedDateTimeAssignmentOptions,): Temporal.ZonedDateTimeJump to headingwithPlainTime(timeLike?: ): Temporal.ZonedDateTimeStatic Methods Jump to heading
Jump to headingcompare(one: ,two: ,): ComparisonResultJump to headingfrom(item: ,options?: ZonedDateTimeAssignmentOptions,): ZonedDateTime