Class Time

    • Constructor Detail

      • Time

        public Time​(int hours,
                    int minutes)
      • Time

        public Time​(int hours,
                    int minutes,
                    @Nullable
                    String timeZone)
    • Method Detail

      • getHour

        public int getHour()
      • getMinute

        public int getMinute()
      • getTimeZone

        @Nullable
        public String getTimeZone()
      • setTimeZone

        public void setTimeZone​(@NotNull
                                String timeZone)
      • getHourNormalized

        public int getHourNormalized​(long time)
      • getMinuteNormalized

        public int getMinuteNormalized​(long time)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object