Tracking Issue for DateTime
component
#9
Labels
C-tracking-issue
Issues tracking a set of tasks that need to be done
Milestone
Below is the general functionality that is needed for the
DateTime
component according to the Temporal Proposal's specification.Temporal.PlainDateTime.prototype.calendarId
Temporal.PlainDateTime.prototype.year
Temporal.PlainDateTime.prototype.month
Temporal.PlainDateTime.prototype.monthCode
Temporal.PlainDateTime.prototype.day
Temporal.PlainDateTime.prototype.hour
Temporal.PlainDateTime.prototype.minute
Temporal.PlainDateTime.prototype.second
Temporal.PlainDateTime.prototype.millisecond
Temporal.PlainDateTime.prototype.microsecond
Temporal.PlainDateTime.prototype.nanosecond
Temporal.PlainDateTime.prototype.dayOfWeek
Temporal.PlainDateTime.prototype.dayOfYear
Temporal.PlainDateTime.prototype.weekOfYear
Temporal.PlainDateTime.prototype.yearOfWeek
Temporal.PlainDateTime.prototype.daysInWeek
Temporal.PlainDateTime.prototype.daysInMonth
Temporal.PlainDateTime.prototype.daysInYear
Temporal.PlainDateTime.prototype.monthsInYear
Temporal.PlainDateTime.prototype.inLeapYear
Temporal.PlainDateTime.prototype.with ( temporalDateTimeLike [ , options ] )
Temporal.PlainDateTime.prototype.withPlainTime ( [ plainTimeLike ] )
Temporal.PlainDateTime.prototype.withPlainDate ( plainDateLike )
Temporal.PlainDateTime.prototype.withCalendar ( calendarLike )
Temporal.PlainDateTime.prototype.add ( temporalDurationLike [ , options ] )
(Implement add & subtract methods forDateTime
component #45)Temporal.PlainDateTime.prototype.subtract ( temporalDurationLike [ , options ] )
(Implement add & subtract methods forDateTime
component #45)Temporal.PlainDateTime.prototype.until ( other [ , options ] )
Temporal.PlainDateTime.prototype.since ( other [ , options ] )
Temporal.PlainDateTime.prototype.round ( roundTo )
Temporal.PlainDateTime.prototype.equals ( other )
Temporal.PlainDateTime.prototype.toString ( [ options ] )
Temporal.PlainDateTime.prototype.toLocaleString ( [ locales [ , options ] ] )
Temporal.PlainDateTime.prototype.toJSON ( )
Temporal.PlainDateTime.prototype.valueOf ( )
Temporal.PlainDateTime.prototype.toZonedDateTime ( temporalTimeZoneLike [ , options ] )
Temporal.PlainDateTime.prototype.toPlainDate ( )
Temporal.PlainDateTime.prototype.toPlainYearMonth ( )
Temporal.PlainDateTime.prototype.toPlainMonthDay ( )
Temporal.PlainDateTime.prototype.toPlainTime ( )
Temporal.PlainDateTime.prototype.getISOFields ( )
Temporal.PlainDateTime.prototype.getCalendar ( )
The text was updated successfully, but these errors were encountered: