public final class DayCycles extends Object implements Serializable
Represents the rolling result of a plain time if a possible day overflow is to be taken into account.
PlainTime.roll(long,ClockUnit),
Serialized Form| Modifier and Type | Method and Description |
|---|---|
long |
getDayOverflow()
Gets the day overflow after rolling a plain time.
|
PlainTime |
getWallTime()
Gets the rolled wall time.
|
public long getDayOverflow()
Gets the day overflow after rolling a plain time.
0 if without overflow)public PlainTime getWallTime()
Gets the rolled wall time.
Copyright © 2014–2017. All rights reserved.