[["root","/root","",""],["Duration","/root/Duration"," The `Temporal.Duration` object represents a difference between two time points, which can be used in date/time arithmetic.\n It is fundamentally represented as a combination of years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds, and nanoseconds values.\n\n See: [Temporal.Duration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration)","<p>The <code>Temporal.Duration</code> object represents a difference between two time points, which can be used in date/time arithmetic.\nIt is fundamentally represented as a combination of years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds, and nanoseconds values.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration\">Temporal.Duration</a></p>\n"],["Instant","/root/Instant"," The `Temporal.Instant` object represents a unique point in time, with nanosecond precision.\n It is fundamentally represented as the number of nanoseconds since the Unix epoch (midnight at the beginning of January 1, 1970, UTC), without any time zone or calendar system.\n\n See: [Temporal.Instant](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant)","<p>The <code>Temporal.Instant</code> object represents a unique point in time, with nanosecond precision.\nIt is fundamentally represented as the number of nanoseconds since the Unix epoch (midnight at the beginning of January 1, 1970, UTC), without any time zone or calendar system.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant\">Temporal.Instant</a></p>\n"],["Now","/root/Now"," The `Temporal.Now` namespace object contains static methods for getting the current time in various formats.\n All properties and methods are static.\n\n See: [Temporal.Now](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now)","<p>The <code>Temporal.Now</code> namespace object contains static methods for getting the current time in various formats.\nAll properties and methods are static.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now\">Temporal.Now</a></p>\n"],["PlainDate","/root/PlainDate"," The `Temporal.PlainDate` object represents a calendar date (year, month, day) with no time or time zone.\n\n See: [Temporal.PlainDate](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate)","<p>The <code>Temporal.PlainDate</code> object represents a calendar date (year, month, day) with no time or time zone.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate\">Temporal.PlainDate</a></p>\n"],["PlainDateTime","/root/PlainDateTime"," The `Temporal.PlainDateTime` object represents a calendar date and wall-clock time, but no time zone or offset.\n\n See: [Temporal.PlainDateTime](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime)","<p>The <code>Temporal.PlainDateTime</code> object represents a calendar date and wall-clock time, but no time zone or offset.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime\">Temporal.PlainDateTime</a></p>\n"],["PlainMonthDay","/root/PlainMonthDay"," The `Temporal.PlainMonthDay` object represents a month and day in a calendar, with no year or time.\n\n See: [Temporal.PlainMonthDay](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay)","<p>The <code>Temporal.PlainMonthDay</code> object represents a month and day in a calendar, with no year or time.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay\">Temporal.PlainMonthDay</a></p>\n"],["PlainTime","/root/PlainTime"," The `Temporal.PlainTime` object represents a wall-clock time, with no date or time zone.\n\n See: [Temporal.PlainTime](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime)","<p>The <code>Temporal.PlainTime</code> object represents a wall-clock time, with no date or time zone.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime\">Temporal.PlainTime</a></p>\n"],["PlainYearMonth","/root/PlainYearMonth"," The `Temporal.PlainYearMonth` object represents a particular month in a specific year, with no day or time.\n\n See: [Temporal.PlainYearMonth](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth)","<p>The <code>Temporal.PlainYearMonth</code> object represents a particular month in a specific year, with no day or time.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth\">Temporal.PlainYearMonth</a></p>\n"],["ZonedDateTime","/root/ZonedDateTime"," The `Temporal.ZonedDateTime` object represents an exact time, including a time zone and calendar.\n\n See: [Temporal.ZonedDateTime](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime)","<p>The <code>Temporal.ZonedDateTime</code> object represents an exact time, including a time zone and calendar.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime\">Temporal.ZonedDateTime</a></p>\n"],["ToStringOptions","/root/Duration/ToStringOptions"," Options for controlling stringification of a Duration.","<p>Options for controlling stringification of a Duration.</p>\n"],["ToStringRoundingOptions","/root/Duration/ToStringRoundingOptions"," Options for controlling stringification of a Duration (alias).","<p>Options for controlling stringification of a Duration (alias).</p>\n"],["Unit","/root/Duration/Unit"," Units supported by Temporal.Duration (years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds, nanoseconds).","<p>Units supported by Temporal.Duration (years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds, nanoseconds).</p>\n"],["RoundingMode","/root/Duration/RoundingMode"," Rounding modes for Duration operations.","<p>Rounding modes for Duration operations.</p>\n"],["Sign","/root/Duration/Sign"," The sign of a Duration: positive, zero, or negative.","<p>The sign of a Duration: positive, zero, or negative.</p>\n"],["RoundingOptions","/root/Duration/RoundingOptions"," Options for rounding a Duration.","<p>Options for rounding a Duration.</p>\n"],["PartialDuration","/root/Duration/PartialDuration"," Partial duration specification for creating Duration objects.\n This is a wrapper around the C API type to avoid exposing C types directly.\n\n See: [Temporal.Duration.from](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/from)","<p>Partial duration specification for creating Duration objects.\nThis is a wrapper around the C API type to avoid exposing C types directly.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/from\">Temporal.Duration.from</a></p>\n"],["RelativeTo","/root/Duration/RelativeTo"," Relative-to context for duration operations, used for balancing and calendar-aware math.\n\n See: [Temporal.Duration#calendar_durations](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration#calendar_durations)","<p>Relative-to context for duration operations, used for balancing and calendar-aware math.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration#calendar_durations\">Temporal.Duration#calendar_durations</a></p>\n"],["TotalOptions","/root/Duration/TotalOptions"," Options for Duration.total() providing unit and relative-to context.","<p>Options for Duration.total() providing unit and relative-to context.</p>\n"],["CompareOptions","/root/Duration/CompareOptions"," Options for Duration.compare() providing relative-to context.","<p>Options for Duration.compare() providing relative-to context.</p>\n"],["init","/root/Duration/init"," Construct a Duration from years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds, and nanoseconds.\n Equivalent to `Temporal.Duration()` constructor.\n\n See: [Temporal.Duration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/Duration)","<p>Construct a Duration from years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds, and nanoseconds.\nEquivalent to <code>Temporal.Duration()</code> constructor.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/Duration\">Temporal.Duration</a></p>\n"],["from","/root/Duration/from"," The Temporal.Duration.from() static method creates a new Temporal.Duration object from one of the following:\n - A Temporal.Duration instance, which creates a copy of the instance.\n - An ISO 8601 string representing a duration.\n - A @Temporal.Duration.PartialDuration struct containing at least one of the following properties:\n   - days\n   - hours\n   - microseconds\n   - milliseconds\n   - minutes\n   - months\n   - nanoseconds\n   - seconds\n   - weeks\n   - years\n The resulting duration must not have mixed signs, so all of these properties must have the same sign (or zero). Missing properties are treated as zero.","<p>The Temporal.Duration.from() static method creates a new Temporal.Duration object from one of the following:</p>\n<ul>\n<li>A Temporal.Duration instance, which creates a copy of the instance.</li>\n<li>An ISO 8601 string representing a duration.</li>\n<li>A @Temporal.Duration.PartialDuration struct containing at least one of the following properties:\n<ul>\n<li>days</li>\n<li>hours</li>\n<li>microseconds</li>\n<li>milliseconds</li>\n<li>minutes</li>\n<li>months</li>\n<li>nanoseconds</li>\n<li>seconds</li>\n<li>weeks</li>\n<li>years\nThe resulting duration must not have mixed signs, so all of these properties must have the same sign (or zero). Missing properties are treated as zero.</li>\n</ul>\n</li>\n</ul>\n"],["years","/root/Duration/years"," Returns the number of years in the duration.\n\n See: [Temporal.Duration.years](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/years)","<p>Returns the number of years in the duration.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/years\">Temporal.Duration.years</a></p>\n"],["months","/root/Duration/months"," Returns the number of months in the duration.\n\n See: [Temporal.Duration.months](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/months)","<p>Returns the number of months in the duration.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/months\">Temporal.Duration.months</a></p>\n"],["weeks","/root/Duration/weeks"," Returns the number of weeks in the duration.\n\n See: [Temporal.Duration.weeks](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/weeks)","<p>Returns the number of weeks in the duration.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/weeks\">Temporal.Duration.weeks</a></p>\n"],["days","/root/Duration/days"," Returns the number of days in the duration.\n\n See: [Temporal.Duration.days](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/days)","<p>Returns the number of days in the duration.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/days\">Temporal.Duration.days</a></p>\n"],["hours","/root/Duration/hours"," Returns the number of hours in the duration.\n\n See: [Temporal.Duration.hours](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/hours)","<p>Returns the number of hours in the duration.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/hours\">Temporal.Duration.hours</a></p>\n"],["minutes","/root/Duration/minutes"," Returns the number of minutes in the duration.\n\n See: [Temporal.Duration.minutes](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/minutes)","<p>Returns the number of minutes in the duration.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/minutes\">Temporal.Duration.minutes</a></p>\n"],["seconds","/root/Duration/seconds"," Returns the number of seconds in the duration.\n\n See: [Temporal.Duration.seconds](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/seconds)","<p>Returns the number of seconds in the duration.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/seconds\">Temporal.Duration.seconds</a></p>\n"],["milliseconds","/root/Duration/milliseconds"," Returns the number of milliseconds in the duration.\n\n See: [Temporal.Duration.milliseconds](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/milliseconds)","<p>Returns the number of milliseconds in the duration.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/milliseconds\">Temporal.Duration.milliseconds</a></p>\n"],["microseconds","/root/Duration/microseconds"," Returns the number of microseconds in the duration.\n\n See: [Temporal.Duration.microseconds](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/microseconds)","<p>Returns the number of microseconds in the duration.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/microseconds\">Temporal.Duration.microseconds</a></p>\n"],["nanoseconds","/root/Duration/nanoseconds"," Returns the number of nanoseconds in the duration.\n\n See: [Temporal.Duration.nanoseconds](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/nanoseconds)","<p>Returns the number of nanoseconds in the duration.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/nanoseconds\">Temporal.Duration.nanoseconds</a></p>\n"],["sign","/root/Duration/sign"," Returns the sign of the duration: positive (1), zero (0), or negative (-1).\n\n See: [Temporal.Duration.sign](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/sign)","<p>Returns the sign of the duration: positive (1), zero (0), or negative (-1).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/sign\">Temporal.Duration.sign</a></p>\n"],["blank","/root/Duration/blank"," Returns true if the duration is zero (all fields are zero), false otherwise.\n\n See: [Temporal.Duration.blank](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/blank)","<p>Returns true if the duration is zero (all fields are zero), false otherwise.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/blank\">Temporal.Duration.blank</a></p>\n"],["abs","/root/Duration/abs"," Returns a new Duration with the absolute value (all components positive).\n\n See: [Temporal.Duration.abs](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/abs)","<p>Returns a new Duration with the absolute value (all components positive).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/abs\">Temporal.Duration.abs</a></p>\n"],["negated","/root/Duration/negated"," Returns a new Duration with all components negated (sign reversed).\n\n See: [Temporal.Duration.negated](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/negated)","<p>Returns a new Duration with all components negated (sign reversed).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/negated\">Temporal.Duration.negated</a></p>\n"],["add","/root/Duration/add"," Returns a new Duration with the sum of this duration and another (balanced as needed).\n\n See: [Temporal.Duration.add](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/add)","<p>Returns a new Duration with the sum of this duration and another (balanced as needed).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/add\">Temporal.Duration.add</a></p>\n"],["subtract","/root/Duration/subtract"," Returns a new Duration with the difference between this duration and another (balanced as needed).\n\n See: [Temporal.Duration.subtract](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/subtract)","<p>Returns a new Duration with the difference between this duration and another (balanced as needed).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/subtract\">Temporal.Duration.subtract</a></p>\n"],["round","/root/Duration/round"," Returns a new Duration rounded to the given smallest/largest unit and/or balanced.\n\n See: [Temporal.Duration.round](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/round)","<p>Returns a new Duration rounded to the given smallest/largest unit and/or balanced.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/round\">Temporal.Duration.round</a></p>\n"],["compare","/root/Duration/compare"," Compares two durations, returning -1, 0, or 1 if this duration is shorter, equal, or longer than the other.\n\n See: [Temporal.Duration.compare](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/compare)","<p>Compares two durations, returning -1, 0, or 1 if this duration is shorter, equal, or longer than the other.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/compare\">Temporal.Duration.compare</a></p>\n"],["total","/root/Duration/total"," Returns the total value of the duration in the specified unit.\n\n See: [Temporal.Duration.total](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/total)","<p>Returns the total value of the duration in the specified unit.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/total\">Temporal.Duration.total</a></p>\n"],["toString","/root/Duration/toString"," Returns a string representing this duration in the ISO 8601 format.\n\n See: [Temporal.Duration.toString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/toString)","<p>Returns a string representing this duration in the ISO 8601 format.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/toString\">Temporal.Duration.toString</a></p>\n"],["toJSON","/root/Duration/toJSON"," Returns a string representing this duration in the ISO 8601 format (same as toString). Intended for JSON serialization.\n\n See: [Temporal.Duration.toJSON](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/toJSON)","<p>Returns a string representing this duration in the ISO 8601 format (same as toString). Intended for JSON serialization.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/toJSON\">Temporal.Duration.toJSON</a></p>\n"],["toLocaleString","/root/Duration/toLocaleString"," Returns a string with a language-sensitive representation of this duration.\n Not implemented.\n\n See: [Temporal.Duration.toLocaleString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/toLocaleString)","<p>Returns a string with a language-sensitive representation of this duration.\nNot implemented.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/toLocaleString\">Temporal.Duration.toLocaleString</a></p>\n"],["deinit","/root/Duration/deinit"," Deinitialize the Duration, freeing underlying resources.","<p>Deinitialize the Duration, freeing underlying resources.</p>\n"],["Unit","/root/Instant/Unit"," Units supported by Temporal.Instant (e.g., nanosecond, microsecond, millisecond, second, minute, hour).","<p>Units supported by Temporal.Instant (e.g., nanosecond, microsecond, millisecond, second, minute, hour).</p>\n"],["RoundingMode","/root/Instant/RoundingMode"," Rounding modes for Instant operations.","<p>Rounding modes for Instant operations.</p>\n"],["Sign","/root/Instant/Sign"," The sign of a Duration: positive, zero, or negative.","<p>The sign of a Duration: positive, zero, or negative.</p>\n"],["RoundingOptions","/root/Instant/RoundingOptions"," Options for rounding an Instant.","<p>Options for rounding an Instant.</p>\n"],["DifferenceSettings","/root/Instant/DifferenceSettings"," Options for difference calculations between Instants.","<p>Options for difference calculations between Instants.</p>\n"],["TimeZone","/root/Instant/TimeZone"," Time zone identifier or object for use with toString and toZonedDateTimeISO.","<p>Time zone identifier or object for use with toString and toZonedDateTimeISO.</p>\n"],["init","/root/Instant/TimeZone/init"," Initialize a TimeZone from an identifier string.","<p>Initialize a TimeZone from an identifier string.</p>\n"],["ToStringOptions","/root/Instant/ToStringOptions"," Options for Instant.toString().\n\n See: [Temporal.Instant.toString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/toString)","<p>Options for Instant.toString().</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/toString\">Temporal.Instant.toString</a></p>\n"],["init","/root/Instant/init"," Construct an Instant from epoch nanoseconds (Temporal.Instant.fromEpochNanoseconds).\n\n See: [Temporal.Instant.fromEpochNanoseconds](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/fromEpochNanoseconds)","<p>Construct an Instant from epoch nanoseconds (Temporal.Instant.fromEpochNanoseconds).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/fromEpochNanoseconds\">Temporal.Instant.fromEpochNanoseconds</a></p>\n"],["fromEpochMilliseconds","/root/Instant/fromEpochMilliseconds"," Construct an Instant from epoch milliseconds (Temporal.Instant.fromEpochMilliseconds).\n\n See: [Temporal.Instant.fromEpochMilliseconds](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/fromEpochMilliseconds)","<p>Construct an Instant from epoch milliseconds (Temporal.Instant.fromEpochMilliseconds).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/fromEpochMilliseconds\">Temporal.Instant.fromEpochMilliseconds</a></p>\n"],["fromEpochNanoseconds","/root/Instant/fromEpochNanoseconds"," Construct an Instant from epoch nanoseconds (Temporal.Instant.fromEpochNanoseconds).\n\n See: [Temporal.Instant.fromEpochNanoseconds](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/fromEpochNanoseconds)","<p>Construct an Instant from epoch nanoseconds (Temporal.Instant.fromEpochNanoseconds).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/fromEpochNanoseconds\">Temporal.Instant.fromEpochNanoseconds</a></p>\n"],["from","/root/Instant/from"," Parse an RFC 9557 string (Temporal.Instant.from) or from another Temporal.Instant.\n\n See: [Temporal.Instant.from](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/from)","<p>Parse an RFC 9557 string (Temporal.Instant.from) or from another Temporal.Instant.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/from\">Temporal.Instant.from</a></p>\n"],["add","/root/Instant/add"," Returns a new Instant representing this instant moved forward by a given Duration.\n\n See: [Temporal.Instant.add](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/add)","<p>Returns a new Instant representing this instant moved forward by a given Duration.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/add\">Temporal.Instant.add</a></p>\n"],["subtract","/root/Instant/subtract"," Returns a new Instant representing this instant moved backward by a given Duration.\n\n See: [Temporal.Instant.subtract](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/subtract)","<p>Returns a new Instant representing this instant moved backward by a given Duration.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/subtract\">Temporal.Instant.subtract</a></p>\n"],["until","/root/Instant/until"," Returns a Duration representing the difference from this instant until another instant.\n\n See: [Temporal.Instant.until](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/until)","<p>Returns a Duration representing the difference from this instant until another instant.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/until\">Temporal.Instant.until</a></p>\n"],["since","/root/Instant/since"," Returns a Duration representing the difference from another instant until this instant.\n\n See: [Temporal.Instant.since](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/since)","<p>Returns a Duration representing the difference from another instant until this instant.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/since\">Temporal.Instant.since</a></p>\n"],["round","/root/Instant/round"," Returns a new Instant rounded to the given unit.\n\n See: [Temporal.Instant.round](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/round)","<p>Returns a new Instant rounded to the given unit.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/round\">Temporal.Instant.round</a></p>\n"],["compare","/root/Instant/compare"," Compares two Instants, returning -1, 0, or 1 if the first is before, equal, or after the second.\n\n See: [Temporal.Instant.compare](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/compare)","<p>Compares two Instants, returning -1, 0, or 1 if the first is before, equal, or after the second.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/compare\">Temporal.Instant.compare</a></p>\n"],["equals","/root/Instant/equals"," Returns true if two Instants are equal (same epoch nanoseconds).\n\n See: [Temporal.Instant.equals](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/equals)","<p>Returns true if two Instants are equal (same epoch nanoseconds).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/equals\">Temporal.Instant.equals</a></p>\n"],["toString","/root/Instant/toString"," Returns a string representing this instant in the RFC 9557 format, optionally using a time zone.\n\n See: [Temporal.Instant.toString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/toString)","<p>Returns a string representing this instant in the RFC 9557 format, optionally using a time zone.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/toString\">Temporal.Instant.toString</a></p>\n"],["toJSON","/root/Instant/toJSON"," Returns a string representing this instant in the RFC 9557 format (same as toString). Intended for JSON serialization.\n\n See: [Temporal.Instant.toJSON](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/toJSON)","<p>Returns a string representing this instant in the RFC 9557 format (same as toString). Intended for JSON serialization.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/toJSON\">Temporal.Instant.toJSON</a></p>\n"],["toLocaleString","/root/Instant/toLocaleString"," Returns a string with a language-sensitive representation of this instant.\n\n See: [Temporal.Instant.toLocaleString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/toLocaleString)","<p>Returns a string with a language-sensitive representation of this instant.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/toLocaleString\">Temporal.Instant.toLocaleString</a></p>\n"],["toZonedDateTimeISO","/root/Instant/toZonedDateTimeISO"," Returns a ZonedDateTime representing this instant in the specified time zone using the ISO 8601 calendar system.\n\n See: [Temporal.Instant.toZonedDateTimeISO](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/toZonedDateTimeISO)","<p>Returns a ZonedDateTime representing this instant in the specified time zone using the ISO 8601 calendar system.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/toZonedDateTimeISO\">Temporal.Instant.toZonedDateTimeISO</a></p>\n"],["epochMilliseconds","/root/Instant/epochMilliseconds"," Returns the number of milliseconds since the Unix epoch for this instant.\n\n See: [Temporal.Instant.epochMilliseconds](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/epochMilliseconds)","<p>Returns the number of milliseconds since the Unix epoch for this instant.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/epochMilliseconds\">Temporal.Instant.epochMilliseconds</a></p>\n"],["epochNanoseconds","/root/Instant/epochNanoseconds"," Returns the number of nanoseconds since the Unix epoch for this instant.\n\n See: [Temporal.Instant.epochNanoseconds](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/epochNanoseconds)","<p>Returns the number of nanoseconds since the Unix epoch for this instant.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/epochNanoseconds\">Temporal.Instant.epochNanoseconds</a></p>\n"],["deinit","/root/Instant/deinit"," Deinitialize the Instant, freeing underlying resources.","<p>Deinitialize the Instant, freeing underlying resources.</p>\n"],["instant","/root/Now/instant"," Returns the current time as a [`Temporal.Instant`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant) object.\n\n See: [Temporal.Now.instant](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now/instant)","<p>Returns the current time as a <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant\"><code>Temporal.Instant</code></a> object.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now/instant\">Temporal.Now.instant</a></p>\n"],["plainDateISO","/root/Now/plainDateISO"," Returns the current date as a [`Temporal.PlainDate`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate) object, in the ISO 8601 calendar and the specified time zone.\n\n When `time_zone_like` is null, the system time zone is used.\n\n See: [Temporal.Now.plainDateISO](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now/plainDateISO)","<p>Returns the current date as a <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate\"><code>Temporal.PlainDate</code></a> object, in the ISO 8601 calendar and the specified time zone.</p>\n<p>When <code>time_zone_like</code> is null, the system time zone is used.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now/plainDateISO\">Temporal.Now.plainDateISO</a></p>\n"],["plainDateTimeISO","/root/Now/plainDateTimeISO"," Returns the current date and time as a [`Temporal.PlainDateTime`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime) object, in the ISO 8601 calendar and the specified time zone.\n\n When `time_zone_like` is null, the system time zone is used.\n\n See: [Temporal.Now.plainDateTimeISO](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now/plainDateTimeISO)","<p>Returns the current date and time as a <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime\"><code>Temporal.PlainDateTime</code></a> object, in the ISO 8601 calendar and the specified time zone.</p>\n<p>When <code>time_zone_like</code> is null, the system time zone is used.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now/plainDateTimeISO\">Temporal.Now.plainDateTimeISO</a></p>\n"],["plainTimeISO","/root/Now/plainTimeISO"," Returns the current time as a [`Temporal.PlainTime`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime) object, in the specified time zone.\n\n When `time_zone_like` is null, the system time zone is used.\n\n See: [Temporal.Now.plainTimeISO](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now/plainTimeISO)","<p>Returns the current time as a <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime\"><code>Temporal.PlainTime</code></a> object, in the specified time zone.</p>\n<p>When <code>time_zone_like</code> is null, the system time zone is used.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now/plainTimeISO\">Temporal.Now.plainTimeISO</a></p>\n"],["timeZoneId","/root/Now/timeZoneId"," Returns a time zone identifier representing the system's current time zone.\n\n The caller owns the returned slice and must free it with `allocator`.\n\n See: [Temporal.Now.timeZoneId](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now/timeZoneId)","<p>Returns a time zone identifier representing the system's current time zone.</p>\n<p>The caller owns the returned slice and must free it with <code>allocator</code>.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now/timeZoneId\">Temporal.Now.timeZoneId</a></p>\n"],["zonedDateTimeISO","/root/Now/zonedDateTimeISO"," Returns the current date and time as a [`Temporal.ZonedDateTime`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime) object, in the ISO 8601 calendar and the specified time zone.\n\n When `time_zone_like` is null, the system time zone is used.\n\n See: [Temporal.Now.zonedDateTimeISO](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now/zonedDateTimeISO)","<p>Returns the current date and time as a <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime\"><code>Temporal.ZonedDateTime</code></a> object, in the ISO 8601 calendar and the specified time zone.</p>\n<p>When <code>time_zone_like</code> is null, the system time zone is used.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now/zonedDateTimeISO\">Temporal.Now.zonedDateTimeISO</a></p>\n"],["Unit","/root/PlainDate/Unit"," Units used for date and time calculations.","<p>Units used for date and time calculations.</p>\n"],["RoundingMode","/root/PlainDate/RoundingMode"," Rounding modes for date/time operations.","<p>Rounding modes for date/time operations.</p>\n"],["Sign","/root/PlainDate/Sign"," Sign type for durations.","<p>Sign type for durations.</p>\n"],["DifferenceSettings","/root/PlainDate/DifferenceSettings"," Settings for difference calculations between dates.","<p>Settings for difference calculations between dates.</p>\n"],["ToStringOptions","/root/PlainDate/ToStringOptions"," Options for `toString()` method.","<p>Options for <code>toString()</code> method.</p>\n"],["CalendarDisplay","/root/PlainDate/CalendarDisplay"," Controls how the calendar is displayed in string output.","<p>Controls how the calendar is displayed in string output.</p>\n"],["ToZonedDateTimeOptions","/root/PlainDate/ToZonedDateTimeOptions"," Options for `toZonedDateTime()` method.","<p>Options for <code>toZonedDateTime()</code> method.</p>\n"],["WithOptions","/root/PlainDate/WithOptions"," Options for `with()` method.","<p>Options for <code>with()</code> method.</p>\n"],["init","/root/PlainDate/init"," Creates a new PlainDate from the given ISO year, month, and day.","<p>Creates a new PlainDate from the given ISO year, month, and day.</p>\n"],["calInit","/root/PlainDate/calInit"," Creates a new PlainDate with a specific calendar.\n - `calendar`: Calendar identifier string (e.g., \"iso8601\").","<p>Creates a new PlainDate with a specific calendar.</p>\n<ul>\n<li><code>calendar</code>: Calendar identifier string (e.g., &quot;iso8601&quot;).</li>\n</ul>\n"],["from","/root/PlainDate/from"," Creates a PlainDate from another PlainDate or from a string (ISO 8601) or UTF-16 array.","<p>Creates a PlainDate from another PlainDate or from a string (ISO 8601) or UTF-16 array.</p>\n"],["compare","/root/PlainDate/compare"," Compares two PlainDate objects. Returns -1, 0, or 1.","<p>Compares two PlainDate objects. Returns -1, 0, or 1.</p>\n"],["equals","/root/PlainDate/equals"," Returns true if two PlainDate objects represent the same date.","<p>Returns true if two PlainDate objects represent the same date.</p>\n"],["add","/root/PlainDate/add"," Returns a new PlainDate by adding a Duration to this date.","<p>Returns a new PlainDate by adding a Duration to this date.</p>\n"],["subtract","/root/PlainDate/subtract"," Returns a new PlainDate by subtracting a Duration from this date.","<p>Returns a new PlainDate by subtracting a Duration from this date.</p>\n"],["until","/root/PlainDate/until"," Returns the Duration until another PlainDate, according to the given settings.","<p>Returns the Duration until another PlainDate, according to the given settings.</p>\n"],["since","/root/PlainDate/since"," Returns the Duration since another PlainDate, according to the given settings.","<p>Returns the Duration since another PlainDate, according to the given settings.</p>\n"],["with","/root/PlainDate/with"," Returns a new PlainDate with some fields replaced.","<p>Returns a new PlainDate with some fields replaced.</p>\n"],["withCalendar","/root/PlainDate/withCalendar"," Returns a new PlainDate with a different calendar.","<p>Returns a new PlainDate with a different calendar.</p>\n"],["toPlainDateTime","/root/PlainDate/toPlainDateTime"," Returns a PlainDateTime by combining this date with a PlainTime (or midnight if null).","<p>Returns a PlainDateTime by combining this date with a PlainTime (or midnight if null).</p>\n"],["toPlainMonthDay","/root/PlainDate/toPlainMonthDay"," Returns a PlainMonthDay representing the month and day in this date.","<p>Returns a PlainMonthDay representing the month and day in this date.</p>\n"],["toPlainYearMonth","/root/PlainDate/toPlainYearMonth"," Returns a PlainYearMonth representing the year and month in this date.","<p>Returns a PlainYearMonth representing the year and month in this date.</p>\n"],["toZonedDateTime","/root/PlainDate/toZonedDateTime"," Returns a ZonedDateTime by combining this date with a time and time zone.","<p>Returns a ZonedDateTime by combining this date with a time and time zone.</p>\n"],["toString","/root/PlainDate/toString"," Returns a string representation of the date.","<p>Returns a string representation of the date.</p>\n"],["toJSON","/root/PlainDate/toJSON"," Returns a string suitable for use as JSON.","<p>Returns a string suitable for use as JSON.</p>\n"],["toLocaleString","/root/PlainDate/toLocaleString"," Not implemented. Throws TemporalNotImplemented error.","<p>Not implemented. Throws TemporalNotImplemented error.</p>\n"],["valueOf","/root/PlainDate/valueOf"," Not supported. Throws TemporalValueOfNotSupported error.","<p>Not supported. Throws TemporalValueOfNotSupported error.</p>\n"],["day","/root/PlainDate/day"," Returns the day of the month (1-31).","<p>Returns the day of the month (1-31).</p>\n"],["dayOfWeek","/root/PlainDate/dayOfWeek"," Returns the day of the week (1 = Monday, 7 = Sunday).","<p>Returns the day of the week (1 = Monday, 7 = Sunday).</p>\n"],["dayOfYear","/root/PlainDate/dayOfYear"," Returns the day of the year (1-366).","<p>Returns the day of the year (1-366).</p>\n"],["daysInMonth","/root/PlainDate/daysInMonth"," Returns the number of days in the month for this date.","<p>Returns the number of days in the month for this date.</p>\n"],["daysInWeek","/root/PlainDate/daysInWeek"," Returns the number of days in the week for this date.","<p>Returns the number of days in the week for this date.</p>\n"],["daysInYear","/root/PlainDate/daysInYear"," Returns the number of days in the year for this date.","<p>Returns the number of days in the year for this date.</p>\n"],["monthCode","/root/PlainDate/monthCode"," Returns the month code (e.g., \"M03\").","<p>Returns the month code (e.g., &quot;M03&quot;).</p>\n"],["month","/root/PlainDate/month"," Returns the month (1-12).","<p>Returns the month (1-12).</p>\n"],["monthsInYear","/root/PlainDate/monthsInYear"," Returns the number of months in the year for this date.","<p>Returns the number of months in the year for this date.</p>\n"],["year","/root/PlainDate/year"," Returns the year.","<p>Returns the year.</p>\n"],["inLeapYear","/root/PlainDate/inLeapYear"," Returns true if the year is a leap year.","<p>Returns true if the year is a leap year.</p>\n"],["calendarId","/root/PlainDate/calendarId"," Returns the calendar identifier for this date.","<p>Returns the calendar identifier for this date.</p>\n"],["era","/root/PlainDate/era"," Returns the era for this date, if any.","<p>Returns the era for this date, if any.</p>\n"],["eraYear","/root/PlainDate/eraYear"," Returns the era year for this date, if any.","<p>Returns the era year for this date, if any.</p>\n"],["weekOfYear","/root/PlainDate/weekOfYear"," Returns the week of the year for this date, if any.","<p>Returns the week of the year for this date, if any.</p>\n"],["yearOfWeek","/root/PlainDate/yearOfWeek"," Returns the year of the week for this date, if any.","<p>Returns the year of the week for this date, if any.</p>\n"],["deinit","/root/PlainDate/deinit"," Frees resources associated with this PlainDate.","<p>Frees resources associated with this PlainDate.</p>\n"],["Unit","/root/PlainDateTime/Unit"," Units used for date and time calculations.","<p>Units used for date and time calculations.</p>\n"],["RoundingMode","/root/PlainDateTime/RoundingMode"," Rounding modes for date/time operations.","<p>Rounding modes for date/time operations.</p>\n"],["Sign","/root/PlainDateTime/Sign"," Sign type for durations.","<p>Sign type for durations.</p>\n"],["DifferenceSettings","/root/PlainDateTime/DifferenceSettings"," Settings for difference calculations between date-times.","<p>Settings for difference calculations between date-times.</p>\n"],["RoundOptions","/root/PlainDateTime/RoundOptions"," Options for rounding operations.","<p>Options for rounding operations.</p>\n"],["CalendarDisplay","/root/PlainDateTime/CalendarDisplay"," Controls how the calendar is displayed in string output.","<p>Controls how the calendar is displayed in string output.</p>\n"],["ToStringOptions","/root/PlainDateTime/ToStringOptions"," Options for `toString()` method.","<p>Options for <code>toString()</code> method.</p>\n"],["ToZonedDateTimeOptions","/root/PlainDateTime/ToZonedDateTimeOptions"," Options for `toZonedDateTime()` method.","<p>Options for <code>toZonedDateTime()</code> method.</p>\n"],["WithOptions","/root/PlainDateTime/WithOptions"," Options for `with()` method.","<p>Options for <code>with()</code> method.</p>\n"],["init","/root/PlainDateTime/init"," Creates a new PlainDateTime with all date and time components.","<p>Creates a new PlainDateTime with all date and time components.</p>\n"],["calInit","/root/PlainDateTime/calInit"," Creates a new PlainDateTime with a specific calendar.\n - `calendar`: Calendar identifier string (e.g., \"iso8601\").","<p>Creates a new PlainDateTime with a specific calendar.</p>\n<ul>\n<li><code>calendar</code>: Calendar identifier string (e.g., &quot;iso8601&quot;).</li>\n</ul>\n"],["from","/root/PlainDateTime/from"," Creates a PlainDateTime from another PlainDateTime, PlainDate, PlainTime, or from a string (ISO 8601) or UTF-16 array.","<p>Creates a PlainDateTime from another PlainDateTime, PlainDate, PlainTime, or from a string (ISO 8601) or UTF-16 array.</p>\n"],["compare","/root/PlainDateTime/compare"," Compares two PlainDateTime objects. Returns -1, 0, or 1.","<p>Compares two PlainDateTime objects. Returns -1, 0, or 1.</p>\n"],["equals","/root/PlainDateTime/equals"," Returns true if two PlainDateTime objects represent the same date and time.","<p>Returns true if two PlainDateTime objects represent the same date and time.</p>\n"],["add","/root/PlainDateTime/add"," Returns a new PlainDateTime by adding a Duration to this date-time.","<p>Returns a new PlainDateTime by adding a Duration to this date-time.</p>\n"],["subtract","/root/PlainDateTime/subtract"," Returns a new PlainDateTime by subtracting a Duration from this date-time.","<p>Returns a new PlainDateTime by subtracting a Duration from this date-time.</p>\n"],["until","/root/PlainDateTime/until"," Returns the Duration until another PlainDateTime, according to the given settings.","<p>Returns the Duration until another PlainDateTime, according to the given settings.</p>\n"],["since","/root/PlainDateTime/since"," Returns the Duration since another PlainDateTime, according to the given settings.","<p>Returns the Duration since another PlainDateTime, according to the given settings.</p>\n"],["round","/root/PlainDateTime/round"," Returns a new PlainDateTime rounded according to the given options.","<p>Returns a new PlainDateTime rounded according to the given options.</p>\n"],["calendarId","/root/PlainDateTime/calendarId"," Returns the calendar identifier for this date-time.","<p>Returns the calendar identifier for this date-time.</p>\n"],["day","/root/PlainDateTime/day"," Returns the day of the month (1-31).","<p>Returns the day of the month (1-31).</p>\n"],["dayOfWeek","/root/PlainDateTime/dayOfWeek"," Returns the day of the week (1 = Monday, 7 = Sunday).","<p>Returns the day of the week (1 = Monday, 7 = Sunday).</p>\n"],["dayOfYear","/root/PlainDateTime/dayOfYear"," Returns the day of the year (1-366).","<p>Returns the day of the year (1-366).</p>\n"],["daysInMonth","/root/PlainDateTime/daysInMonth"," Returns the number of days in the month for this date-time.","<p>Returns the number of days in the month for this date-time.</p>\n"],["daysInWeek","/root/PlainDateTime/daysInWeek"," Returns the number of days in the week for this date-time.","<p>Returns the number of days in the week for this date-time.</p>\n"],["daysInYear","/root/PlainDateTime/daysInYear"," Returns the number of days in the year for this date-time.","<p>Returns the number of days in the year for this date-time.</p>\n"],["month","/root/PlainDateTime/month"," Returns the month (1-12).","<p>Returns the month (1-12).</p>\n"],["monthCode","/root/PlainDateTime/monthCode"," Returns the month code (e.g., \"M03\").","<p>Returns the month code (e.g., &quot;M03&quot;).</p>\n"],["monthsInYear","/root/PlainDateTime/monthsInYear"," Returns the number of months in the year for this date-time.","<p>Returns the number of months in the year for this date-time.</p>\n"],["year","/root/PlainDateTime/year"," Returns the year.","<p>Returns the year.</p>\n"],["inLeapYear","/root/PlainDateTime/inLeapYear"," Returns true if the year is a leap year.","<p>Returns true if the year is a leap year.</p>\n"],["era","/root/PlainDateTime/era"," Returns the era for this date-time, if any.","<p>Returns the era for this date-time, if any.</p>\n"],["eraYear","/root/PlainDateTime/eraYear"," Returns the era year for this date-time, if any.","<p>Returns the era year for this date-time, if any.</p>\n"],["weekOfYear","/root/PlainDateTime/weekOfYear"," Returns the week of the year for this date-time, if any.","<p>Returns the week of the year for this date-time, if any.</p>\n"],["yearOfWeek","/root/PlainDateTime/yearOfWeek"," Returns the year of the week for this date-time, if any.","<p>Returns the year of the week for this date-time, if any.</p>\n"],["hour","/root/PlainDateTime/hour"," Returns the hour (0-23).","<p>Returns the hour (0-23).</p>\n"],["minute","/root/PlainDateTime/minute"," Returns the minute (0-59).","<p>Returns the minute (0-59).</p>\n"],["second","/root/PlainDateTime/second"," Returns the second (0-59).","<p>Returns the second (0-59).</p>\n"],["millisecond","/root/PlainDateTime/millisecond"," Returns the millisecond (0-999).","<p>Returns the millisecond (0-999).</p>\n"],["microsecond","/root/PlainDateTime/microsecond"," Returns the microsecond (0-999).","<p>Returns the microsecond (0-999).</p>\n"],["nanosecond","/root/PlainDateTime/nanosecond"," Returns the nanosecond (0-999).","<p>Returns the nanosecond (0-999).</p>\n"],["with","/root/PlainDateTime/with"," Returns a new PlainDateTime with some fields replaced.","<p>Returns a new PlainDateTime with some fields replaced.</p>\n"],["withCalendar","/root/PlainDateTime/withCalendar"," Returns a new PlainDateTime with a different calendar.","<p>Returns a new PlainDateTime with a different calendar.</p>\n"],["withPlainTime","/root/PlainDateTime/withPlainTime"," Returns a new PlainDateTime with the time fields replaced by the given PlainTime (or zeroed if null).","<p>Returns a new PlainDateTime with the time fields replaced by the given PlainTime (or zeroed if null).</p>\n"],["toPlainDate","/root/PlainDateTime/toPlainDate"," Returns a PlainDate representing the date part of this PlainDateTime.","<p>Returns a PlainDate representing the date part of this PlainDateTime.</p>\n"],["toPlainTime","/root/PlainDateTime/toPlainTime"," Returns a PlainTime representing the time part of this PlainDateTime.","<p>Returns a PlainTime representing the time part of this PlainDateTime.</p>\n"],["toZonedDateTime","/root/PlainDateTime/toZonedDateTime"," Returns a ZonedDateTime by combining this date-time with a time zone.","<p>Returns a ZonedDateTime by combining this date-time with a time zone.</p>\n"],["toString","/root/PlainDateTime/toString"," Returns a string representation of the date-time.","<p>Returns a string representation of the date-time.</p>\n"],["toJSON","/root/PlainDateTime/toJSON"," Returns a string suitable for use as JSON.","<p>Returns a string suitable for use as JSON.</p>\n"],["toLocaleString","/root/PlainDateTime/toLocaleString"," Returns a locale-specific string representation of the date-time.","<p>Returns a locale-specific string representation of the date-time.</p>\n"],["valueOf","/root/PlainDateTime/valueOf"," Not supported. Throws ComparisonNotSupported error.","<p>Not supported. Throws ComparisonNotSupported error.</p>\n"],["deinit","/root/PlainDateTime/deinit"," Frees resources associated with this PlainDateTime.","<p>Frees resources associated with this PlainDateTime.</p>\n"],["CalendarDisplay","/root/PlainMonthDay/CalendarDisplay","",""],["ToStringOptions","/root/PlainMonthDay/ToStringOptions","",""],["WithOptions","/root/PlainMonthDay/WithOptions","",""],["init","/root/PlainMonthDay/init"," Creates a new PlainMonthDay from the given month, day, and optional calendar.\n Equivalent to the Temporal.PlainMonthDay constructor.\n\n See: [Temporal.PlainMonthDay](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/PlainMonthDay)","<p>Creates a new PlainMonthDay from the given month, day, and optional calendar.\nEquivalent to the Temporal.PlainMonthDay constructor.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/PlainMonthDay\">Temporal.PlainMonthDay</a></p>\n"],["from","/root/PlainMonthDay/from"," Parses a PlainMonthDay from a string.\n\n See: [Temporal.PlainMonthDay.from](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/from)","<p>Parses a PlainMonthDay from a string.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/from\">Temporal.PlainMonthDay.from</a></p>\n"],["equals","/root/PlainMonthDay/equals"," Returns true if this PlainMonthDay is equal to another (same date and calendar).\n\n See: [Temporal.PlainMonthDay.equals](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/equals)","<p>Returns true if this PlainMonthDay is equal to another (same date and calendar).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/equals\">Temporal.PlainMonthDay.equals</a></p>\n"],["calendarId","/root/PlainMonthDay/calendarId"," Returns the calendar identifier used to interpret the internal ISO 8601 date.\n\n See: [Temporal.PlainMonthDay.calendarId](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/calendarId)","<p>Returns the calendar identifier used to interpret the internal ISO 8601 date.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/calendarId\">Temporal.PlainMonthDay.calendarId</a></p>\n"],["day","/root/PlainMonthDay/day"," Returns the 1-based day index in the month of this date.\n\n See: [Temporal.PlainMonthDay.day](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/day)","<p>Returns the 1-based day index in the month of this date.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/day\">Temporal.PlainMonthDay.day</a></p>\n"],["monthCode","/root/PlainMonthDay/monthCode"," Returns the calendar-specific string representing the month of this date.\n\n See: [Temporal.PlainMonthDay.monthCode](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/monthCode)","<p>Returns the calendar-specific string representing the month of this date.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/monthCode\">Temporal.PlainMonthDay.monthCode</a></p>\n"],["with","/root/PlainMonthDay/with"," Returns a new PlainMonthDay with some fields replaced by new values.\n\n See: [Temporal.PlainMonthDay.with](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/with)","<p>Returns a new PlainMonthDay with some fields replaced by new values.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/with\">Temporal.PlainMonthDay.with</a></p>\n"],["toPlainDate","/root/PlainMonthDay/toPlainDate"," Returns a PlainDate representing this month-day and a supplied year in the same calendar system.\n\n See: [Temporal.PlainMonthDay.toPlainDate](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/toPlainDate)","<p>Returns a PlainDate representing this month-day and a supplied year in the same calendar system.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/toPlainDate\">Temporal.PlainMonthDay.toPlainDate</a></p>\n"],["toString","/root/PlainMonthDay/toString"," Returns a string representing this month-day in RFC 9557 format.\n\n See: [Temporal.PlainMonthDay.toString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/toString)","<p>Returns a string representing this month-day in RFC 9557 format.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/toString\">Temporal.PlainMonthDay.toString</a></p>\n"],["toJSON","/root/PlainMonthDay/toJSON"," Returns a string representing this month-day in RFC 9557 format (ISO 8601).\n\n See: [Temporal.PlainMonthDay.toJSON](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/toJSON)","<p>Returns a string representing this month-day in RFC 9557 format (ISO 8601).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/toJSON\">Temporal.PlainMonthDay.toJSON</a></p>\n"],["toLocaleString","/root/PlainMonthDay/toLocaleString"," Returns a language-sensitive string representation of this month-day.\n\n See: [Temporal.PlainMonthDay.toLocaleString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/toLocaleString)","<p>Returns a language-sensitive string representation of this month-day.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/toLocaleString\">Temporal.PlainMonthDay.toLocaleString</a></p>\n"],["valueOf","/root/PlainMonthDay/valueOf"," Throws an error; valueOf() is not supported for PlainMonthDay.\n\n See: [Temporal.PlainMonthDay.valueOf](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/valueOf)","<p>Throws an error; valueOf() is not supported for PlainMonthDay.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/valueOf\">Temporal.PlainMonthDay.valueOf</a></p>\n"],["Unit","/root/PlainTime/Unit","",""],["RoundingMode","/root/PlainTime/RoundingMode"," ## RoundingMode\n Rounding mode for Temporal operations.\n See: https://tc39.es/ecma402/#table-sanctioned-single-unit-identifiers","<h2>RoundingMode</h2>\n<p>Rounding mode for Temporal operations.\nSee: https://tc39.es/ecma402/#table-sanctioned-single-unit-identifiers</p>\n"],["DifferenceSettings","/root/PlainTime/DifferenceSettings"," ## DifferenceSettings\n Options for computing differences between instants.\n\n - [MDN: Instant.until](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/until)","<h2>DifferenceSettings</h2>\n<p>Options for computing differences between instants.</p>\n<ul>\n<li><a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/until\">MDN: Instant.until</a></li>\n</ul>\n"],["RoundOptions","/root/PlainTime/RoundOptions"," ## RoundingOptions\n Options for rounding operations (e.g., Instant.round, Duration.round).\n\n - [MDN: Duration.round](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/round)","<h2>RoundingOptions</h2>\n<p>Options for rounding operations (e.g., Instant.round, Duration.round).</p>\n<ul>\n<li><a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/round\">MDN: Duration.round</a></li>\n</ul>\n"],["WithOptions","/root/PlainTime/WithOptions","",""],["init","/root/PlainTime/init"," Creates a new PlainTime from the given time components.\n Equivalent to the Temporal.PlainTime constructor.\n See [MDN Temporal.PlainTime() constructor](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/PlainTime)","<p>Creates a new PlainTime from the given time components.\nEquivalent to the Temporal.PlainTime constructor.\nSee <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/PlainTime\">MDN Temporal.PlainTime() constructor</a></p>\n"],["from","/root/PlainTime/from"," Parses a PlainTime from a string.\n\n See: [Temporal.PlainTime.from](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/from)","<p>Parses a PlainTime from a string.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/from\">Temporal.PlainTime.from</a></p>\n"],["compare","/root/PlainTime/compare"," Compares two PlainTime instances by their time values.\n Returns -1, 0, or 1 if the first is before, equal, or after the second.\n\n See: [Temporal.PlainTime.compare](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/compare)","<p>Compares two PlainTime instances by their time values.\nReturns -1, 0, or 1 if the first is before, equal, or after the second.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/compare\">Temporal.PlainTime.compare</a></p>\n"],["equals","/root/PlainTime/equals"," Returns true if this PlainTime is equal to another (same time values).\n\n See: [Temporal.PlainTime.equals](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/equals)","<p>Returns true if this PlainTime is equal to another (same time values).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/equals\">Temporal.PlainTime.equals</a></p>\n"],["add","/root/PlainTime/add"," Returns a new PlainTime moved forward by the given duration, wrapping around the clock if necessary.\n\n See: [Temporal.PlainTime.add](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/add)","<p>Returns a new PlainTime moved forward by the given duration, wrapping around the clock if necessary.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/add\">Temporal.PlainTime.add</a></p>\n"],["subtract","/root/PlainTime/subtract"," Returns a new PlainTime moved backward by the given duration, wrapping around the clock if necessary.\n\n See: [Temporal.PlainTime.subtract](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/subtract)","<p>Returns a new PlainTime moved backward by the given duration, wrapping around the clock if necessary.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/subtract\">Temporal.PlainTime.subtract</a></p>\n"],["until","/root/PlainTime/until"," Returns the duration from this PlainTime to another.\n\n See: [Temporal.PlainTime.until](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/until)","<p>Returns the duration from this PlainTime to another.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/until\">Temporal.PlainTime.until</a></p>\n"],["since","/root/PlainTime/since"," Returns the duration from another PlainTime to this one.\n\n See: [Temporal.PlainTime.since](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/since)","<p>Returns the duration from another PlainTime to this one.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/since\">Temporal.PlainTime.since</a></p>\n"],["round","/root/PlainTime/round"," Returns a new PlainTime rounded to the given unit and options.\n\n See: [Temporal.PlainTime.round](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/round)","<p>Returns a new PlainTime rounded to the given unit and options.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/round\">Temporal.PlainTime.round</a></p>\n"],["hour","/root/PlainTime/hour"," Returns the hour component of this time (0-23).\n\n See: [Temporal.PlainTime.hour](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/hour)","<p>Returns the hour component of this time (0-23).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/hour\">Temporal.PlainTime.hour</a></p>\n"],["minute","/root/PlainTime/minute"," Returns the minute component of this time (0-59).\n\n See: [Temporal.PlainTime.minute](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/minute)","<p>Returns the minute component of this time (0-59).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/minute\">Temporal.PlainTime.minute</a></p>\n"],["second","/root/PlainTime/second"," Returns the second component of this time (0-59).\n\n See: [Temporal.PlainTime.second](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/second)","<p>Returns the second component of this time (0-59).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/second\">Temporal.PlainTime.second</a></p>\n"],["millisecond","/root/PlainTime/millisecond"," Returns the millisecond component of this time (0-999).\n\n See: [Temporal.PlainTime.millisecond](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/millisecond)","<p>Returns the millisecond component of this time (0-999).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/millisecond\">Temporal.PlainTime.millisecond</a></p>\n"],["microsecond","/root/PlainTime/microsecond"," Returns the microsecond component of this time (0-999).\n\n See: [Temporal.PlainTime.microsecond](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/microsecond)","<p>Returns the microsecond component of this time (0-999).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/microsecond\">Temporal.PlainTime.microsecond</a></p>\n"],["nanosecond","/root/PlainTime/nanosecond"," Returns the nanosecond component of this time (0-999).\n\n See: [Temporal.PlainTime.nanosecond](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/nanosecond)","<p>Returns the nanosecond component of this time (0-999).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/nanosecond\">Temporal.PlainTime.nanosecond</a></p>\n"],["with","/root/PlainTime/with"," Returns a new PlainTime with some fields replaced by new values.\n\n See: [Temporal.PlainTime.with](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/with)","<p>Returns a new PlainTime with some fields replaced by new values.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/with\">Temporal.PlainTime.with</a></p>\n"],["toString","/root/PlainTime/toString"," Returns a string representing this PlainTime in RFC 9557 format.\n\n See: [Temporal.PlainTime.toString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/toString)","<p>Returns a string representing this PlainTime in RFC 9557 format.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/toString\">Temporal.PlainTime.toString</a></p>\n"],["toJSON","/root/PlainTime/toJSON"," Returns a string representing this PlainTime in RFC 9557 format (ISO 8601).\n\n See: [Temporal.PlainTime.toJSON](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/toJSON)","<p>Returns a string representing this PlainTime in RFC 9557 format (ISO 8601).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/toJSON\">Temporal.PlainTime.toJSON</a></p>\n"],["toLocaleString","/root/PlainTime/toLocaleString"," Returns a language-sensitive string representation of this PlainTime.\n\n See: [Temporal.PlainTime.toLocaleString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/toLocaleString)","<p>Returns a language-sensitive string representation of this PlainTime.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/toLocaleString\">Temporal.PlainTime.toLocaleString</a></p>\n"],["valueOf","/root/PlainTime/valueOf"," Throws an error; valueOf() is not supported for PlainTime.\n\n See: [Temporal.PlainTime.valueOf](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/valueOf)","<p>Throws an error; valueOf() is not supported for PlainTime.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/valueOf\">Temporal.PlainTime.valueOf</a></p>\n"],["Unit","/root/PlainYearMonth/Unit","",""],["RoundingMode","/root/PlainYearMonth/RoundingMode"," ## RoundingMode\n Rounding mode for Temporal operations.\n See: https://tc39.es/ecma402/#table-sanctioned-single-unit-identifiers","<h2>RoundingMode</h2>\n<p>Rounding mode for Temporal operations.\nSee: https://tc39.es/ecma402/#table-sanctioned-single-unit-identifiers</p>\n"],["DifferenceSettings","/root/PlainYearMonth/DifferenceSettings"," ## DifferenceSettings\n Options for computing differences between instants.\n\n - [MDN: Instant.until](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/until)","<h2>DifferenceSettings</h2>\n<p>Options for computing differences between instants.</p>\n<ul>\n<li><a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Instant/until\">MDN: Instant.until</a></li>\n</ul>\n"],["RoundOptions","/root/PlainYearMonth/RoundOptions"," ## RoundingOptions\n Options for rounding operations (e.g., Instant.round, Duration.round).\n\n - [MDN: Duration.round](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/round)","<h2>RoundingOptions</h2>\n<p>Options for rounding operations (e.g., Instant.round, Duration.round).</p>\n<ul>\n<li><a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration/round\">MDN: Duration.round</a></li>\n</ul>\n"],["CalendarDisplay","/root/PlainYearMonth/CalendarDisplay","",""],["ToStringOptions","/root/PlainYearMonth/ToStringOptions","",""],["WithOptions","/root/PlainYearMonth/WithOptions","",""],["init","/root/PlainYearMonth/init"," Creates a new PlainYearMonth from the given year, month, and optional calendar.\n Equivalent to the Temporal.PlainYearMonth constructor.\n\n See: [Temporal.PlainYearMonth](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/PlainYearMonth)","<p>Creates a new PlainYearMonth from the given year, month, and optional calendar.\nEquivalent to the Temporal.PlainYearMonth constructor.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/PlainYearMonth\">Temporal.PlainYearMonth</a></p>\n"],["from","/root/PlainYearMonth/from"," Parses a PlainYearMonth from a string.\n\n See: [Temporal.PlainYearMonth.from](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/from)","<p>Parses a PlainYearMonth from a string.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/from\">Temporal.PlainYearMonth.from</a></p>\n"],["compare","/root/PlainYearMonth/compare"," Compares two PlainYearMonth instances by their ISO date values.\n Returns -1, 0, or 1 if the first is before, equal, or after the second.\n\n See: [Temporal.PlainYearMonth.compare](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/compare)","<p>Compares two PlainYearMonth instances by their ISO date values.\nReturns -1, 0, or 1 if the first is before, equal, or after the second.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/compare\">Temporal.PlainYearMonth.compare</a></p>\n"],["equals","/root/PlainYearMonth/equals"," Returns true if this PlainYearMonth is equal to another (same ISO date and calendar).\n\n See: [Temporal.PlainYearMonth.equals](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/equals)","<p>Returns true if this PlainYearMonth is equal to another (same ISO date and calendar).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/equals\">Temporal.PlainYearMonth.equals</a></p>\n"],["add","/root/PlainYearMonth/add"," Returns a new PlainYearMonth moved forward by the given duration.\n\n See: [Temporal.PlainYearMonth.add](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/add)","<p>Returns a new PlainYearMonth moved forward by the given duration.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/add\">Temporal.PlainYearMonth.add</a></p>\n"],["subtract","/root/PlainYearMonth/subtract"," Returns a new PlainYearMonth moved backward by the given duration.\n\n See: [Temporal.PlainYearMonth.subtract](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/subtract)","<p>Returns a new PlainYearMonth moved backward by the given duration.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/subtract\">Temporal.PlainYearMonth.subtract</a></p>\n"],["until","/root/PlainYearMonth/until"," Returns the duration from this PlainYearMonth to another.\n\n See: [Temporal.PlainYearMonth.until](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/until)","<p>Returns the duration from this PlainYearMonth to another.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/until\">Temporal.PlainYearMonth.until</a></p>\n"],["since","/root/PlainYearMonth/since"," Returns the duration from another PlainYearMonth to this one.\n\n See: [Temporal.PlainYearMonth.since](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/since)","<p>Returns the duration from another PlainYearMonth to this one.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/since\">Temporal.PlainYearMonth.since</a></p>\n"],["calendarId","/root/PlainYearMonth/calendarId"," Returns the calendar identifier used to interpret the internal ISO 8601 date.\n\n See: [Temporal.PlainYearMonth.calendarId](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/calendarId)","<p>Returns the calendar identifier used to interpret the internal ISO 8601 date.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/calendarId\">Temporal.PlainYearMonth.calendarId</a></p>\n"],["year","/root/PlainYearMonth/year"," Returns the year of this year-month relative to the calendar's epoch.\n\n See: [Temporal.PlainYearMonth.year](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/year)","<p>Returns the year of this year-month relative to the calendar's epoch.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/year\">Temporal.PlainYearMonth.year</a></p>\n"],["month","/root/PlainYearMonth/month"," Returns the 1-based month index in the year of this year-month.\n\n See: [Temporal.PlainYearMonth.month](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/month)","<p>Returns the 1-based month index in the year of this year-month.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/month\">Temporal.PlainYearMonth.month</a></p>\n"],["monthCode","/root/PlainYearMonth/monthCode"," Returns the calendar-specific string representing the month of this year-month.\n\n See: [Temporal.PlainYearMonth.monthCode](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/monthCode)","<p>Returns the calendar-specific string representing the month of this year-month.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/monthCode\">Temporal.PlainYearMonth.monthCode</a></p>\n"],["daysInMonth","/root/PlainYearMonth/daysInMonth"," Returns the number of days in the month of this year-month.\n\n See: [Temporal.PlainYearMonth.daysInMonth](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/daysInMonth)","<p>Returns the number of days in the month of this year-month.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/daysInMonth\">Temporal.PlainYearMonth.daysInMonth</a></p>\n"],["daysInYear","/root/PlainYearMonth/daysInYear"," Returns the number of days in the year of this year-month.\n\n See: [Temporal.PlainYearMonth.daysInYear](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/daysInYear)","<p>Returns the number of days in the year of this year-month.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/daysInYear\">Temporal.PlainYearMonth.daysInYear</a></p>\n"],["monthsInYear","/root/PlainYearMonth/monthsInYear"," Returns the number of months in the year of this year-month.\n\n See: [Temporal.PlainYearMonth.monthsInYear](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/monthsInYear)","<p>Returns the number of months in the year of this year-month.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/monthsInYear\">Temporal.PlainYearMonth.monthsInYear</a></p>\n"],["inLeapYear","/root/PlainYearMonth/inLeapYear"," Returns true if this year-month is in a leap year.\n\n See: [Temporal.PlainYearMonth.inLeapYear](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/inLeapYear)","<p>Returns true if this year-month is in a leap year.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/inLeapYear\">Temporal.PlainYearMonth.inLeapYear</a></p>\n"],["era","/root/PlainYearMonth/era"," Returns the calendar-specific era of this year-month, or null if not applicable.\n\n See: [Temporal.PlainYearMonth.era](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/era)","<p>Returns the calendar-specific era of this year-month, or null if not applicable.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/era\">Temporal.PlainYearMonth.era</a></p>\n"],["eraYear","/root/PlainYearMonth/eraYear"," Returns the year of this year-month within the era, or null if not applicable.\n\n See: [Temporal.PlainYearMonth.eraYear](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/eraYear)","<p>Returns the year of this year-month within the era, or null if not applicable.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/eraYear\">Temporal.PlainYearMonth.eraYear</a></p>\n"],["with","/root/PlainYearMonth/with"," Returns a new PlainYearMonth with some fields replaced by new values.\n\n See: [Temporal.PlainYearMonth.with](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/with)","<p>Returns a new PlainYearMonth with some fields replaced by new values.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/with\">Temporal.PlainYearMonth.with</a></p>\n"],["toPlainDate","/root/PlainYearMonth/toPlainDate"," Returns a PlainDate representing this year-month and a supplied day in the same calendar system.\n\n See: [Temporal.PlainYearMonth.toPlainDate](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/toPlainDate)","<p>Returns a PlainDate representing this year-month and a supplied day in the same calendar system.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/toPlainDate\">Temporal.PlainYearMonth.toPlainDate</a></p>\n"],["toString","/root/PlainYearMonth/toString"," Returns a string representing this year-month in RFC 9557 format.\n\n See: [Temporal.PlainYearMonth.toString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/toString)","<p>Returns a string representing this year-month in RFC 9557 format.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/toString\">Temporal.PlainYearMonth.toString</a></p>\n"],["toJSON","/root/PlainYearMonth/toJSON"," Returns a JSON string representing this year-month.\n\n See: [Temporal.PlainYearMonth.toJSON](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/toJSON)","<p>Returns a JSON string representing this year-month.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/toJSON\">Temporal.PlainYearMonth.toJSON</a></p>\n"],["toLocaleString","/root/PlainYearMonth/toLocaleString"," Returns a locale-sensitive string representing this year-month.\n\n See: [Temporal.PlainYearMonth.toLocaleString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/toLocaleString)","<p>Returns a locale-sensitive string representing this year-month.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/toLocaleString\">Temporal.PlainYearMonth.toLocaleString</a></p>\n"],["valueOf","/root/PlainYearMonth/valueOf"," Throws a TypeError, as PlainYearMonth objects cannot be converted to primitive values.\n\n See: [Temporal.PlainYearMonth.valueOf](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/valueOf)","<p>Throws a TypeError, as PlainYearMonth objects cannot be converted to primitive values.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/valueOf\">Temporal.PlainYearMonth.valueOf</a></p>\n"],["Unit","/root/ZonedDateTime/Unit"," The unit of time used for rounding and difference calculations.","<p>The unit of time used for rounding and difference calculations.</p>\n"],["RoundingMode","/root/ZonedDateTime/RoundingMode"," The rounding mode used for rounding operations.","<p>The rounding mode used for rounding operations.</p>\n"],["Sign","/root/ZonedDateTime/Sign"," The sign of a duration or difference.","<p>The sign of a duration or difference.</p>\n"],["DifferenceSettings","/root/ZonedDateTime/DifferenceSettings"," Options for difference calculations between ZonedDateTime instances.","<p>Options for difference calculations between ZonedDateTime instances.</p>\n"],["RoundOptions","/root/ZonedDateTime/RoundOptions"," Options for rounding ZonedDateTime instances.","<p>Options for rounding ZonedDateTime instances.</p>\n"],["TimeZone","/root/ZonedDateTime/TimeZone"," Represents a time zone, identified by an IANA time zone identifier or a fixed offset.","<p>Represents a time zone, identified by an IANA time zone identifier or a fixed offset.</p>\n"],["init","/root/ZonedDateTime/TimeZone/init"," Initialize a TimeZone from an IANA identifier or offset string.","<p>Initialize a TimeZone from an IANA identifier or offset string.</p>\n"],["Disambiguation","/root/ZonedDateTime/Disambiguation"," Disambiguation options for resolving ambiguous local times (e.g., during DST transitions).","<p>Disambiguation options for resolving ambiguous local times (e.g., during DST transitions).</p>\n"],["OffsetDisambiguation","/root/ZonedDateTime/OffsetDisambiguation"," Options for resolving offset ambiguity when parsing ZonedDateTime from a string.","<p>Options for resolving offset ambiguity when parsing ZonedDateTime from a string.</p>\n"],["CalendarDisplay","/root/ZonedDateTime/CalendarDisplay"," Controls how the calendar is displayed in string output.","<p>Controls how the calendar is displayed in string output.</p>\n"],["DisplayOffset","/root/ZonedDateTime/DisplayOffset"," Controls how the offset is displayed in string output.","<p>Controls how the offset is displayed in string output.</p>\n"],["DisplayTimeZone","/root/ZonedDateTime/DisplayTimeZone"," Controls how the time zone is displayed in string output.","<p>Controls how the time zone is displayed in string output.</p>\n"],["ToStringOptions","/root/ZonedDateTime/ToStringOptions"," Options for formatting ZonedDateTime as a string.\n\n See: [Temporal.ZonedDateTime.toString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toString#parameters)","<p>Options for formatting ZonedDateTime as a string.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toString#parameters\">Temporal.ZonedDateTime.toString</a></p>\n"],["WithOptions","/root/ZonedDateTime/WithOptions"," Options for `with()` method.\n\n See: [Temporal.ZonedDateTime.with](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/with#parameters)","<p>Options for <code>with()</code> method.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/with#parameters\">Temporal.ZonedDateTime.with</a></p>\n"],["init","/root/ZonedDateTime/init"," Creates a new ZonedDateTime from the given epoch nanoseconds and time zone.\n Equivalent to the Temporal.ZonedDateTime constructor.\n\n See: [Temporal.ZonedDateTime](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/ZonedDateTime)","<p>Creates a new ZonedDateTime from the given epoch nanoseconds and time zone.\nEquivalent to the Temporal.ZonedDateTime constructor.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/ZonedDateTime\">Temporal.ZonedDateTime</a></p>\n"],["fromEpochMilliseconds","/root/ZonedDateTime/fromEpochMilliseconds"," Creates a new ZonedDateTime from the given epoch milliseconds and time zone.","<p>Creates a new ZonedDateTime from the given epoch milliseconds and time zone.</p>\n"],["fromEpochNanoseconds","/root/ZonedDateTime/fromEpochNanoseconds"," Creates a new ZonedDateTime from the given epoch nanoseconds and time zone.","<p>Creates a new ZonedDateTime from the given epoch nanoseconds and time zone.</p>\n"],["from","/root/ZonedDateTime/from"," Parses a ZonedDateTime from a string, with optional disambiguation and offset options.\n\n See: [Temporal.ZonedDateTime.from](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/from)","<p>Parses a ZonedDateTime from a string, with optional disambiguation and offset options.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/from\">Temporal.ZonedDateTime.from</a></p>\n"],["compare","/root/ZonedDateTime/compare"," Compares two ZonedDateTime instances by their instant values.\n Returns -1, 0, or 1 if the first is before, equal, or after the second.\n\n See: [Temporal.ZonedDateTime.compare](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/compare)","<p>Compares two ZonedDateTime instances by their instant values.\nReturns -1, 0, or 1 if the first is before, equal, or after the second.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/compare\">Temporal.ZonedDateTime.compare</a></p>\n"],["add","/root/ZonedDateTime/add"," Returns a new ZonedDateTime moved forward by the given duration.\n\n See: [Temporal.ZonedDateTime.add](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/add)","<p>Returns a new ZonedDateTime moved forward by the given duration.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/add\">Temporal.ZonedDateTime.add</a></p>\n"],["equals","/root/ZonedDateTime/equals"," Returns true if this ZonedDateTime is equal to another (same instant, time zone, and calendar).\n\n See: [Temporal.ZonedDateTime.equals](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/equals)","<p>Returns true if this ZonedDateTime is equal to another (same instant, time zone, and calendar).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/equals\">Temporal.ZonedDateTime.equals</a></p>\n"],["getTimeZoneTransition","/root/ZonedDateTime/getTimeZoneTransition"," Returns the first instant after or before this instant at which the time zone's UTC offset changes, or null if none.\n\n See: [Temporal.ZonedDateTime.getTimeZoneTransition](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/getTimeZoneTransition)","<p>Returns the first instant after or before this instant at which the time zone's UTC offset changes, or null if none.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/getTimeZoneTransition\">Temporal.ZonedDateTime.getTimeZoneTransition</a></p>\n"],["round","/root/ZonedDateTime/round"," Returns a new ZonedDateTime rounded to the given unit and options.\n\n See: [Temporal.ZonedDateTime.round](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/round)","<p>Returns a new ZonedDateTime rounded to the given unit and options.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/round\">Temporal.ZonedDateTime.round</a></p>\n"],["since","/root/ZonedDateTime/since"," Returns the duration from another ZonedDateTime to this one.\n\n See: [Temporal.ZonedDateTime.since](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/since)","<p>Returns the duration from another ZonedDateTime to this one.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/since\">Temporal.ZonedDateTime.since</a></p>\n"],["startOfDay","/root/ZonedDateTime/startOfDay"," Returns a ZonedDateTime representing the start of the day in the time zone.\n\n See: [Temporal.ZonedDateTime.startOfDay](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/startOfDay)","<p>Returns a ZonedDateTime representing the start of the day in the time zone.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/startOfDay\">Temporal.ZonedDateTime.startOfDay</a></p>\n"],["subtract","/root/ZonedDateTime/subtract"," Returns a new ZonedDateTime moved backward by the given duration.\n\n See: [Temporal.ZonedDateTime.subtract](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/subtract)","<p>Returns a new ZonedDateTime moved backward by the given duration.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/subtract\">Temporal.ZonedDateTime.subtract</a></p>\n"],["toInstant","/root/ZonedDateTime/toInstant"," Returns a new Instant representing the same instant as this ZonedDateTime.\n\n See: [Temporal.ZonedDateTime.toInstant](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toInstant)","<p>Returns a new Instant representing the same instant as this ZonedDateTime.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toInstant\">Temporal.ZonedDateTime.toInstant</a></p>\n"],["toJSON","/root/ZonedDateTime/toJSON"," Returns a string representing this ZonedDateTime in RFC 9557 format (ISO 8601 with time zone).\n\n See: [Temporal.ZonedDateTime.toJSON](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toJSON)","<p>Returns a string representing this ZonedDateTime in RFC 9557 format (ISO 8601 with time zone).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toJSON\">Temporal.ZonedDateTime.toJSON</a></p>\n"],["toLocaleString","/root/ZonedDateTime/toLocaleString"," Returns a language-sensitive string representation of this ZonedDateTime.\n\n See: [Temporal.ZonedDateTime.toLocaleString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toLocaleString)","<p>Returns a language-sensitive string representation of this ZonedDateTime.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toLocaleString\">Temporal.ZonedDateTime.toLocaleString</a></p>\n"],["toPlainDate","/root/ZonedDateTime/toPlainDate"," Returns a PlainDate representing the date portion of this ZonedDateTime.\n\n See: [Temporal.ZonedDateTime.toPlainDate](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toPlainDate)","<p>Returns a PlainDate representing the date portion of this ZonedDateTime.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toPlainDate\">Temporal.ZonedDateTime.toPlainDate</a></p>\n"],["toPlainDateTime","/root/ZonedDateTime/toPlainDateTime"," Returns a PlainDateTime representing the date and time portions of this ZonedDateTime.\n\n See: [Temporal.ZonedDateTime.toPlainDateTime](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toPlainDateTime)","<p>Returns a PlainDateTime representing the date and time portions of this ZonedDateTime.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toPlainDateTime\">Temporal.ZonedDateTime.toPlainDateTime</a></p>\n"],["toPlainTime","/root/ZonedDateTime/toPlainTime"," Returns a PlainTime representing the time portion of this ZonedDateTime.\n\n See: [Temporal.ZonedDateTime.toPlainTime](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toPlainTime)","<p>Returns a PlainTime representing the time portion of this ZonedDateTime.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toPlainTime\">Temporal.ZonedDateTime.toPlainTime</a></p>\n"],["toString","/root/ZonedDateTime/toString"," Returns a string representing this ZonedDateTime in RFC 9557 format, with options for formatting.\n\n See: [Temporal.ZonedDateTime.toString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toString)","<p>Returns a string representing this ZonedDateTime in RFC 9557 format, with options for formatting.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/toString\">Temporal.ZonedDateTime.toString</a></p>\n"],["until","/root/ZonedDateTime/until"," Returns the duration from this ZonedDateTime to another.\n\n See: [Temporal.ZonedDateTime.until](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/until)","<p>Returns the duration from this ZonedDateTime to another.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/until\">Temporal.ZonedDateTime.until</a></p>\n"],["valueOf","/root/ZonedDateTime/valueOf"," Throws an error; valueOf() is not supported for ZonedDateTime.\n\n See: [Temporal.ZonedDateTime.valueOf](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/valueOf)","<p>Throws an error; valueOf() is not supported for ZonedDateTime.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/valueOf\">Temporal.ZonedDateTime.valueOf</a></p>\n"],["with","/root/ZonedDateTime/with"," Returns a new ZonedDateTime with some fields replaced by new values.\n See [MDN Temporal.ZonedDateTime.prototype.with()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/with)","<p>Returns a new ZonedDateTime with some fields replaced by new values.\nSee <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/with\">MDN Temporal.ZonedDateTime.prototype.with()</a></p>\n"],["withCalendar","/root/ZonedDateTime/withCalendar"," Returns a new ZonedDateTime interpreted in the new calendar system.\n\n See: [Temporal.ZonedDateTime.withCalendar](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/withCalendar)","<p>Returns a new ZonedDateTime interpreted in the new calendar system.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/withCalendar\">Temporal.ZonedDateTime.withCalendar</a></p>\n"],["withPlainTime","/root/ZonedDateTime/withPlainTime"," Returns a new ZonedDateTime with the time part replaced by the new time.\n\n See: [Temporal.ZonedDateTime.withPlainTime](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/withPlainTime)","<p>Returns a new ZonedDateTime with the time part replaced by the new time.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/withPlainTime\">Temporal.ZonedDateTime.withPlainTime</a></p>\n"],["withTimeZone","/root/ZonedDateTime/withTimeZone"," Returns a new ZonedDateTime representing the same instant in a new time zone.\n\n See: [Temporal.ZonedDateTime.withTimeZone](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/withTimeZone)","<p>Returns a new ZonedDateTime representing the same instant in a new time zone.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/withTimeZone\">Temporal.ZonedDateTime.withTimeZone</a></p>\n"],["calendarId","/root/ZonedDateTime/calendarId"," Returns the calendar identifier used to interpret the internal ISO 8601 date.\n\n See: [Temporal.ZonedDateTime.calendarId](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/calendarId)","<p>Returns the calendar identifier used to interpret the internal ISO 8601 date.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/calendarId\">Temporal.ZonedDateTime.calendarId</a></p>\n"],["day","/root/ZonedDateTime/day"," Returns the 1-based day index in the month of this date.\n\n See: [Temporal.ZonedDateTime.day](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/day)","<p>Returns the 1-based day index in the month of this date.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/day\">Temporal.ZonedDateTime.day</a></p>\n"],["dayOfWeek","/root/ZonedDateTime/dayOfWeek"," Returns the 1-based day index in the week of this date.\n\n See: [Temporal.ZonedDateTime.dayOfWeek](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/dayOfWeek)","<p>Returns the 1-based day index in the week of this date.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/dayOfWeek\">Temporal.ZonedDateTime.dayOfWeek</a></p>\n"],["dayOfYear","/root/ZonedDateTime/dayOfYear"," Returns the 1-based day index in the year of this date.\n\n See: [Temporal.ZonedDateTime.dayOfYear](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/dayOfYear)","<p>Returns the 1-based day index in the year of this date.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/dayOfYear\">Temporal.ZonedDateTime.dayOfYear</a></p>\n"],["daysInMonth","/root/ZonedDateTime/daysInMonth"," Returns the number of days in the month of this date.\n\n See: [Temporal.ZonedDateTime.daysInMonth](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/daysInMonth)","<p>Returns the number of days in the month of this date.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/daysInMonth\">Temporal.ZonedDateTime.daysInMonth</a></p>\n"],["daysInWeek","/root/ZonedDateTime/daysInWeek"," Returns the number of days in the week of this date.\n\n See: [Temporal.ZonedDateTime.daysInWeek](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/daysInWeek)","<p>Returns the number of days in the week of this date.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/daysInWeek\">Temporal.ZonedDateTime.daysInWeek</a></p>\n"],["daysInYear","/root/ZonedDateTime/daysInYear"," Returns the number of days in the year of this date.\n\n See: [Temporal.ZonedDateTime.daysInYear](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/daysInYear)","<p>Returns the number of days in the year of this date.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/daysInYear\">Temporal.ZonedDateTime.daysInYear</a></p>\n"],["epochMilliseconds","/root/ZonedDateTime/epochMilliseconds"," Returns the number of milliseconds since the Unix epoch to this instant.\n\n See: [Temporal.ZonedDateTime.epochMilliseconds](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/epochMilliseconds)","<p>Returns the number of milliseconds since the Unix epoch to this instant.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/epochMilliseconds\">Temporal.ZonedDateTime.epochMilliseconds</a></p>\n"],["epochNanoseconds","/root/ZonedDateTime/epochNanoseconds"," Returns the number of nanoseconds since the Unix epoch to this instant.\n\n See: [Temporal.ZonedDateTime.epochNanoseconds](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/epochNanoseconds)","<p>Returns the number of nanoseconds since the Unix epoch to this instant.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/epochNanoseconds\">Temporal.ZonedDateTime.epochNanoseconds</a></p>\n"],["era","/root/ZonedDateTime/era"," Returns the calendar-specific era of this date, or null if not applicable.\n\n See: [Temporal.ZonedDateTime.era](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/era)","<p>Returns the calendar-specific era of this date, or null if not applicable.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/era\">Temporal.ZonedDateTime.era</a></p>\n"],["eraYear","/root/ZonedDateTime/eraYear"," Returns the year of this date within the era, or null if not applicable.\n\n See: [Temporal.ZonedDateTime.eraYear](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/eraYear)","<p>Returns the year of this date within the era, or null if not applicable.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/eraYear\">Temporal.ZonedDateTime.eraYear</a></p>\n"],["hour","/root/ZonedDateTime/hour"," Returns the hour component of this time (0-23).\n\n See: [Temporal.ZonedDateTime.hour](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/hour)","<p>Returns the hour component of this time (0-23).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/hour\">Temporal.ZonedDateTime.hour</a></p>\n"],["hoursInDay","/root/ZonedDateTime/hoursInDay"," Returns the number of hours in the day of this date in the time zone.\n\n See: [Temporal.ZonedDateTime.hoursInDay](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/hoursInDay)","<p>Returns the number of hours in the day of this date in the time zone.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/hoursInDay\">Temporal.ZonedDateTime.hoursInDay</a></p>\n"],["inLeapYear","/root/ZonedDateTime/inLeapYear"," Returns true if this date is in a leap year.\n\n See: [Temporal.ZonedDateTime.inLeapYear](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/inLeapYear)","<p>Returns true if this date is in a leap year.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/inLeapYear\">Temporal.ZonedDateTime.inLeapYear</a></p>\n"],["microsecond","/root/ZonedDateTime/microsecond"," Returns the microsecond component of this time (0-999).\n\n See: [Temporal.ZonedDateTime.microsecond](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/microsecond)","<p>Returns the microsecond component of this time (0-999).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/microsecond\">Temporal.ZonedDateTime.microsecond</a></p>\n"],["millisecond","/root/ZonedDateTime/millisecond"," Returns the millisecond component of this time (0-999).\n\n See: [Temporal.ZonedDateTime.millisecond](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/millisecond)","<p>Returns the millisecond component of this time (0-999).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/millisecond\">Temporal.ZonedDateTime.millisecond</a></p>\n"],["minute","/root/ZonedDateTime/minute"," Returns the minute component of this time (0-59).\n\n See: [Temporal.ZonedDateTime.minute](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/minute)","<p>Returns the minute component of this time (0-59).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/minute\">Temporal.ZonedDateTime.minute</a></p>\n"],["month","/root/ZonedDateTime/month"," Returns the 1-based month index in the year of this date.\n\n See: [Temporal.ZonedDateTime.month](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/month)","<p>Returns the 1-based month index in the year of this date.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/month\">Temporal.ZonedDateTime.month</a></p>\n"],["monthCode","/root/ZonedDateTime/monthCode"," Returns the calendar-specific string representing the month of this date.\n\n See: [Temporal.ZonedDateTime.monthCode](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/monthCode)","<p>Returns the calendar-specific string representing the month of this date.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/monthCode\">Temporal.ZonedDateTime.monthCode</a></p>\n"],["monthsInYear","/root/ZonedDateTime/monthsInYear"," Returns the number of months in the year of this date.\n\n See: [Temporal.ZonedDateTime.monthsInYear](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/monthsInYear)","<p>Returns the number of months in the year of this date.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/monthsInYear\">Temporal.ZonedDateTime.monthsInYear</a></p>\n"],["nanosecond","/root/ZonedDateTime/nanosecond"," Returns the nanosecond component of this time (0-999).\n\n See: [Temporal.ZonedDateTime.nanosecond](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/nanosecond)","<p>Returns the nanosecond component of this time (0-999).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/nanosecond\">Temporal.ZonedDateTime.nanosecond</a></p>\n"],["offset","/root/ZonedDateTime/offset"," Returns the offset used to interpret the internal instant, as a string (±HH:mm).\n\n See: [Temporal.ZonedDateTime.offset](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/offset)","<p>Returns the offset used to interpret the internal instant, as a string (±HH:mm).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/offset\">Temporal.ZonedDateTime.offset</a></p>\n"],["offsetNanoseconds","/root/ZonedDateTime/offsetNanoseconds"," Returns the offset used to interpret the internal instant, as a number of nanoseconds.\n\n See: [Temporal.ZonedDateTime.offsetNanoseconds](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/offsetNanoseconds)","<p>Returns the offset used to interpret the internal instant, as a number of nanoseconds.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/offsetNanoseconds\">Temporal.ZonedDateTime.offsetNanoseconds</a></p>\n"],["second","/root/ZonedDateTime/second"," Returns the second component of this time (0-59).\n\n See: [Temporal.ZonedDateTime.second](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/second)","<p>Returns the second component of this time (0-59).</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/second\">Temporal.ZonedDateTime.second</a></p>\n"],["timeZoneId","/root/ZonedDateTime/timeZoneId"," Returns the time zone identifier used to interpret the internal instant.\n\n See: [Temporal.ZonedDateTime.timeZoneId](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/timeZoneId)","<p>Returns the time zone identifier used to interpret the internal instant.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/timeZoneId\">Temporal.ZonedDateTime.timeZoneId</a></p>\n"],["weekOfYear","/root/ZonedDateTime/weekOfYear"," Returns the 1-based week index in the year of this date, or null if not defined.\n\n See: [Temporal.ZonedDateTime.weekOfYear](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/weekOfYear)","<p>Returns the 1-based week index in the year of this date, or null if not defined.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/weekOfYear\">Temporal.ZonedDateTime.weekOfYear</a></p>\n"],["year","/root/ZonedDateTime/year"," Returns the year of this date relative to the calendar's epoch.\n\n See: [Temporal.ZonedDateTime.year](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/year)","<p>Returns the year of this date relative to the calendar's epoch.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/year\">Temporal.ZonedDateTime.year</a></p>\n"],["yearOfWeek","/root/ZonedDateTime/yearOfWeek"," Returns the year to be paired with the weekOfYear of this date, or null if not defined.\n\n See: [Temporal.ZonedDateTime.yearOfWeek](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/yearOfWeek)","<p>Returns the year to be paired with the weekOfYear of this date, or null if not defined.</p>\n<p>See: <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/yearOfWeek\">Temporal.ZonedDateTime.yearOfWeek</a></p>\n"],["clone","/root/ZonedDateTime/clone"," Returns a clone of this ZonedDateTime instance.","<p>Returns a clone of this ZonedDateTime instance.</p>\n"],["deinit","/root/ZonedDateTime/deinit"," Frees the resources associated with this ZonedDateTime instance.","<p>Frees the resources associated with this ZonedDateTime instance.</p>\n"]]