Package hec.data.tx
Class LocalRegularTime
java.lang.Object
hec.data.AbstractDataSet
hec.data.tx.AbstractDataSetT
hec.data.tx.LocalRegularTime
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields inherited from class hec.data.tx.AbstractDataSetT
utcTz
Fields inherited from class hec.data.AbstractDataSet
subFieldDelimiter
-
Constructor Summary
ConstructorsConstructorDescriptionLocalRegularTime
(TimeZone localRegularTimeZone, Interval interval) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.long
getTimeAtNextInterval
(long time) Deprecated.void
setInterval
(Interval interval) Deprecated.void
setLocalRegularTimeZone
(TimeZone localRegularTimeZone) Deprecated.Methods inherited from class hec.data.AbstractDataSet
sdfFULL
-
Constructor Details
-
LocalRegularTime
public LocalRegularTime(TimeZone localRegularTimeZone, Interval interval) throws DataSetIllegalArgumentException Deprecated.- Throws:
DataSetIllegalArgumentException
-
-
Method Details
-
setLocalRegularTimeZone
Deprecated. -
getLocalRegularTimeZone
Deprecated. -
setInterval
Deprecated. -
getInterval
Deprecated. -
getTimeAtNextInterval
public long getTimeAtNextInterval(long time) Deprecated.
-