Package hec.data.tx

Class LocalRegularTime

All Implemented Interfaces:
Serializable

@Deprecated public class LocalRegularTime extends AbstractDataSetT
Deprecated.
A class used to represent a local regular time associated with a time zone and interval. Calendar math is used to generate new intervals from the initial time. This class should only be accessed by one thread at a time.
See Also:
  • Constructor Details

  • Method Details

    • setLocalRegularTimeZone

      public void setLocalRegularTimeZone(TimeZone localRegularTimeZone)
      Deprecated.
    • getLocalRegularTimeZone

      public TimeZone getLocalRegularTimeZone()
      Deprecated.
    • setInterval

      public void setInterval(Interval interval)
      Deprecated.
    • getInterval

      public Interval getInterval()
      Deprecated.
    • getTimeAtNextInterval

      public long getTimeAtNextInterval(long time)
      Deprecated.