Package net.time4j

Class DayCycles

java.lang.Object
net.time4j.DayCycles
All Implemented Interfaces:
Serializable

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.

Author:
Meno Hochschild
See Also:
PlainTime.roll(long,ClockUnit), Serialized Form
  • 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

      public PlainTime getWallTime()

      Gets the rolled wall time.

      Returns:
      wall time (never 24:00)