TimeZoneOffsetTransition
A discontinuity in the local timeline, usually caused by daylight savings time changes.
interface TimeZoneOffsetTransition
Content copied to clipboard
Functions
Properties
dateTimeAfter
Link copied to clipboard
The date and time of day at the end of the transition.
dateTimeBefore
Link copied to clipboard
The date and time of day at the start of the transition.
duration
Link copied to clipboard
The duration of the transition period in seconds.
isGap
Link copied to clipboard
isOverlap
Link copied to clipboard
offsetAfter
Link copied to clipboard
The UTC offset after the transition.
offsetBefore
Link copied to clipboard
The UTC offset before the transition.
validOffsets
Link copied to clipboard
Gets a list of the valid offsets during this transition. If this is gap, the list will be empty. If this is an overlap, the list will contain both the earlier and later offsets.