DateRange class final
Describes PostgreSQL's builtin daterange
https://www.postgresql.org/docs/current/rangetypes.html#RANGETYPES-BUILTIN
- Inheritance
-
- Object
- Range<
DateTime> - DiscreteRange<
DateTime> - DateRange
- Annotations
-
- @sealed
Constructors
- DateRange.new(DateTime? lower, DateTime? upper, Bounds bounds)
- DateRange.empty()
- Construct an empty DateRange
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited