Package net.time4j
Class DayCycles
java.lang.Object
net.time4j.DayCycles
- All Implemented Interfaces:
Serializable
Represents the rolling result of a plain time if a possible day overflow is to be taken into account.
- Author:
- Meno Hochschild
- See Also:
PlainTime.roll(long,ClockUnit)
, Serialized Form
-
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the day overflow after rolling a plain time.Gets the rolled wall time.
-
Method Details
-
getDayOverflow
public long getDayOverflow()Gets the day overflow after rolling a plain time.
- Returns:
- count of day cycles (
0
if without overflow)
-
getWallTime
Gets the rolled wall time.
- Returns:
- wall time (never 24:00)
-