Tracking issue for Instant
component
#12
Labels
C-tracking-issue
Issues tracking a set of tasks that need to be done
Milestone
Below is the functionality needed for the
Instant
component.Temporal.Instant.prototype.epochSeconds
Temporal.Instant.prototype.epochMilliseconds
Temporal.Instant.prototype.epochMicroseconds
Temporal.Instant.prototype.epochNanoseconds
Temporal.Instant.prototype.add ( temporalDurationLike )
Temporal.Instant.prototype.subtract ( temporalDurationLike )
Temporal.Instant.prototype.until ( other [ , options ] )
Temporal.Instant.prototype.since ( other [ , options ] )
Temporal.Instant.prototype.round ( roundTo )
Temporal.Instant.prototype.equals ( other )
Temporal.Instant.prototype.toString ( [ options ] )
Temporal.Instant.prototype.toLocaleString ( [ locales [ , options ] ] )
Temporal.Instant.prototype.toJSON ( )
Temporal.Instant.prototype.valueOf ( )
Temporal.Instant.prototype.toZonedDateTime ( item )
Temporal.Instant.prototype.toZonedDateTimeISO ( timeZone )
The text was updated successfully, but these errors were encountered: