//
core
/
io.islandtime.ranges
/
DateRange
/
Companion
common
Companion
object
Companion
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
common
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
EMPTY
Link copied to clipboard
common
An empty range.
val
EMPTY
:
DateRange
Content copied to clipboard
UNBOUNDED
Link copied to clipboard
common
An unbounded (ie. infinite) range of dates.
val
UNBOUNDED
:
DateRange
Content copied to clipboard