Class Day

  • All Implemented Interfaces:
    Serializable, Comparable<Day>

    public final class Day
    extends Object
    implements Serializable, Comparable<Day>
    The class Day represents a specific day. An instance of this class does NOT represent range of time, but rather something like a calendar sheet. If you want to convert Day into Date or vice versa, the result depends on the TimeZone.

    Instance of this class are immutable, so you cannot change the value of an instance of this class.

    Author:
    Ralf Wiebicke
    See Also:
    Serialized Form