java.lang.Object
com.aoindustries.noc.monitor.common.TimeWithTimeZone
All Implemented Interfaces:
Serializable

public final class TimeWithTimeZone extends Object implements Serializable
Encapsulates a time and an optional time zone.
Author:
AO Industries, Inc.
See Also:
  • Constructor Details

    • TimeWithTimeZone

      public TimeWithTimeZone(long time, TimeZone timeZone)
    • TimeWithTimeZone

      public TimeWithTimeZone(long time)
  • Method Details

    • getTime

      public long getTime()
    • getTimeZone

      public TimeZone getTimeZone()
    • toString

      public String toString()
      Overrides:
      toString in class Object