TimeRange
class TimeRange
A range of time, that may be unbounded on either side.
Summary
Public companion functions |
|
|---|---|
TimeRange |
Constructs a time range after a given point in time. |
TimeRange |
Constructs a time range until a given point in time. |
TimeRange |
Constructs a time range between two points in time, inclusive of the points themselves. |
Public functions |
|
|---|---|
operator Boolean |
Returns whether the |
open operator Boolean |
|
open Int |
hashCode() |
open String |
toString() |
Public companion functions
after
Added in 1.0.0
fun after(startInstant: Instant): TimeRange
Constructs a time range after a given point in time.