TimezoneRange class
Represents a time range in a fixed timezone wall-clock space.
Constructors
- TimezoneRange({required HoraZoned start, required HoraZoned end, required HoraTimezone timezone})
Properties
Methods
-
contains(
Hora time) → bool -
Checks if
timeis within the wall-clock range in timezone. -
inTimezone(
HoraTimezone tz) → TimezoneRange - Converts this range to another timezone view while preserving instants.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited