Skip to main content
Temporal.TransitionDirection - Temporal - Web documentation
type alias Temporal.TransitionDirection
Unstable
Options to control behaviour of `ZonedDateTime.prototype.getTimeZoneTransition()`

Definition

"next"
| "previous"
| { direction: "next" | "previous"; }