Interface TimeSettable

    • Method Detail

      • set

        void set​(int millis)
        Sets the container to a time value specified as the number of milliseconds since midnight.
        Parameters:
        millis - time value to which to set the container, expressed as the number of milliseconds since midnight
      • set

        void set​(TimeOfDay time)
        Sets the container to the specified time of day.
        Parameters:
        time - the time value to which to set the container