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: string
readonly
Jump to headingday: number
readonly
Jump to headingdayOfWeek: number
readonly
Jump to headingdayOfYear: number
readonly
Jump to headingdaysInMonth: number
readonly
Jump to headingdaysInWeek: number
readonly
Jump to headingdaysInYear: number
readonly
Jump to headingepochMilliseconds: number
readonly
Jump to headingepochNanoseconds: bigint
readonly
Jump to headingera: string | undefined
readonly
Jump to headingeraYear: number | undefined
readonly
Jump to headinghour: number
readonly
Jump to headinghoursInDay: number
readonly
Jump to headinginLeapYear: boolean
readonly
Jump to headingmicrosecond: number
readonly
Jump to headingmillisecond: number
readonly
Jump to headingminute: number
readonly
Jump to headingmonth: number
readonly
Jump to headingmonthCode: string
readonly
Jump to headingmonthsInYear: number
readonly
Jump to headingnanosecond: number
readonly
Jump to headingoffset: string
readonly
Jump to headingoffsetNanoseconds: number
readonly
Jump to headingsecond: number
readonly
Jump to headingtimeZoneId: string
readonly
Jump to headingweekOfYear: number | undefined
readonly
Jump to headingyear: number
readonly
Jump to headingyearOfWeek: number | undefined
Methods Jump to heading
Jump to headingadd(durationLike: ,options?: ArithmeticOptions,): Temporal.ZonedDateTime
Jump to headingequals(other: ): boolean
Jump to headinggetTimeZoneTransition(direction: TransitionDirection): Temporal.ZonedDateTime | null
Jump to headinground(roundTo: RoundTo<"day"
| "hour"
| "minute"
| "second"
| "millisecond"
| "microsecond"
| "nanosecond">): Temporal.ZonedDateTime
Jump to headingsince(other: ,options?: Temporal.DifferenceOptions<"year"
| "month"
| "week"
| "day"
| "hour"
| "minute"
| "second"
| "millisecond"
| "microsecond"
| "nanosecond">,): Temporal.Duration
Jump to headingsubtract(durationLike: ,options?: ArithmeticOptions,): Temporal.ZonedDateTime
Jump to headingtoJSON(): string
Jump to headingtoLocaleString(locales?: string | string[],options?: Intl.DateTimeFormatOptions,): string
Jump to headingtoString(options?: ZonedDateTimeToStringOptions): string
Jump to headinguntil(other: ,options?: Temporal.DifferenceOptions<"year"
| "month"
| "week"
| "day"
| "hour"
| "minute"
| "second"
| "millisecond"
| "microsecond"
| "nanosecond">,): Temporal.Duration
Jump to headingvalueOf(): never
Jump to headingwith(zonedDateTimeLike: ZonedDateTimeLike,options?: ZonedDateTimeAssignmentOptions,): Temporal.ZonedDateTime
Jump to headingwithPlainTime(timeLike?: ): Temporal.ZonedDateTime
Static Methods Jump to heading
Jump to headingcompare(one: ,two: ,): ComparisonResult
Jump to headingfrom(item: ,options?: ZonedDateTimeAssignmentOptions,): ZonedDateTime