Class ShortDate

    • Constructor Detail

      • ShortDate

        public ShortDate()
      • ShortDate

        public ShortDate​(Date date)
        Creates a new Short Date based on a Date value.
        Parameters:
        date - Date value to read from.
      • ShortDate

        public ShortDate​(long time)
        Creates a new ShortDate based on a millisecond time.
        Parameters:
        time - Millisecond time to start with.
    • Method Detail

      • clone

        public Object clone()
        Returns a duplicate of this object.
        Specified by:
        clone in interface CloneableType
        Overrides:
        clone in class Date
        Returns:
        Duplicate of the object.