temporal
temporal copied to clipboard
Tracking issue for `ZonedDateTime` component
Below is the functionality needed for the ZonedDateTime component.
- [x] 6.3.3 get
Temporal.ZonedDateTime.prototype.calendarId - [x] 6.3.4 get
Temporal.ZonedDateTime.prototype.timeZoneId - [x] 6.3.5 get
Temporal.ZonedDateTime.prototype.year - [x] 6.3.6 get
Temporal.ZonedDateTime.prototype.month - [x] 6.3.7 get
Temporal.ZonedDateTime.prototype.monthCode - [x] 6.3.8 get
Temporal.ZonedDateTime.prototype.day - [x] 6.3.9 get
Temporal.ZonedDateTime.prototype.hour - [x] 6.3.10 get
Temporal.ZonedDateTime.prototype.minute - [x] 6.3.11 get
Temporal.ZonedDateTime.prototype.second - [x] 6.3.12 get
Temporal.ZonedDateTime.prototype.millisecond - [x] 6.3.13 get
Temporal.ZonedDateTime.prototype.microsecond - [x] 6.3.14 get
Temporal.ZonedDateTime.prototype.nanosecond - [x] 6.3.15 get
Temporal.ZonedDateTime.prototype.epochSeconds - [x] 6.3.16 get
Temporal.ZonedDateTime.prototype.epochMilliseconds - [x] 6.3.17 get
Temporal.ZonedDateTime.prototype.epochMicroseconds - [x] 6.3.18 get
Temporal.ZonedDateTime.prototype.epochNanoseconds - [x] 6.3.19 get
Temporal.ZonedDateTime.prototype.dayOfWeek - [x] 6.3.20 get
Temporal.ZonedDateTime.prototype.dayOfYear - [x] 6.3.21 get
Temporal.ZonedDateTime.prototype.weekOfYear - [x] 6.3.22 get
Temporal.ZonedDateTime.prototype.yearOfWeek - [x] 6.3.23 get
Temporal.ZonedDateTime.prototype.hoursInDay - [x] 6.3.24 get
Temporal.ZonedDateTime.prototype.daysInWeek - [x] 6.3.25 get
Temporal.ZonedDateTime.prototype.daysInMonth - [x] 6.3.26 get
Temporal.ZonedDateTime.prototype.daysInYear - [x] 6.3.27 get
Temporal.ZonedDateTime.prototype.monthsInYear - [x] 6.3.28 get
Temporal.ZonedDateTime.prototype.inLeapYear - [x] 6.3.29 get
Temporal.ZonedDateTime.prototype.offsetNanoseconds - [x] 6.3.30 get
Temporal.ZonedDateTime.prototype.offset - [x] 6.3.31
Temporal.ZonedDateTime.prototype.with ( temporalZonedDateTimeLike [ , options ] ) - [x] 6.3.32
Temporal.ZonedDateTime.prototype.withPlainTime ( [ plainTimeLike ] ) - [x] 6.3.33
Temporal.ZonedDateTime.prototype.withTimeZone ( timeZoneLike ) - [x] 6.3.34
Temporal.ZonedDateTime.prototype.withCalendar ( calendarLike ) - [x] 6.3.35
Temporal.ZonedDateTime.prototype.add ( temporalDurationLike [ , options ] ) - [x] 6.3.36
Temporal.ZonedDateTime.prototype.subtract ( temporalDurationLike [ , options ] ) - [x] 6.3.37
Temporal.ZonedDateTime.prototype.until ( other [ , options ] ) - [x] 6.3.38
Temporal.ZonedDateTime.prototype.since ( other [ , options ] ) - [ ] 6.3.39
Temporal.ZonedDateTime.prototype.round ( roundTo ) - [x] 6.3.40
Temporal.ZonedDateTime.prototype.equals ( other ) - [x] 6.3.41
Temporal.ZonedDateTime.prototype.toString ( [ options ] ) - [x] ~~6.3.42
Temporal.ZonedDateTime.prototype.toLocaleString ( [ locales [ , options ] ] )~~ DEFERRED - [x] 6.3.43
Temporal.ZonedDateTime.prototype.toJSON ( ) - [x] 6.3.44
Temporal.ZonedDateTime.prototype.valueOf ( ) - [x] 6.3.45
Temporal.ZonedDateTime.prototype.startOfDay ( ) - [ ] 6.3.46
Temporal.ZonedDateTime.prototype.getTimeZoneTransition ( directionParam ) - [x] 6.3.47
Temporal.ZonedDateTime.prototype.toInstant ( ) - [x] 6.3.48
Temporal.ZonedDateTime.prototype.toPlainDate ( ) - [x] 6.3.49
Temporal.ZonedDateTime.prototype.toPlainTime ( ) - [x] 6.3.50
Temporal.ZonedDateTime.prototype.toPlainDateTime ( )