Package com.teamdev.jxbrowser.time
Class TimeRange
java.lang.Object
com.teamdev.jxbrowser.time.TimeRange
A range between two points in UTC Unix Epoch time.
- Since:
- 8.8.0
-
Field Details
-
FULL
-
-
Method Details
-
between
CreatesTimeRangebetween two points in time.- Parameters:
start- the start point in timeend- the end point in time- Throws:
IllegalArgumentException- ifstartis equal or afterend.
-
startingFrom
- Parameters:
start- the start point in time
-
upTo
- Parameters:
end- the end point in time
-
start
Returns the start point of the time range. -
end
Returns the end point of the time range.
-