public class DateTimeTz
extends java.util.Date
Constructor and Description |
---|
DateTimeTz()
Deprecated.
Default constructor.
|
DateTimeTz(long date,
java.util.TimeZone tz)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
construct()
Deprecated.
|
java.lang.Object |
construct(java.lang.String inputString)
Deprecated.
|
int |
getCategory()
Deprecated.
|
java.util.TimeZone |
getTimeZone()
Deprecated.
|
void |
setTimeZone(java.util.TimeZone zone)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
after, before, clone, compareTo, equals, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, toLocaleString, UTC
public DateTimeTz()
public DateTimeTz(long date, java.util.TimeZone tz)
public java.util.TimeZone getTimeZone()
public void setTimeZone(java.util.TimeZone zone)
public java.lang.Object construct()
public java.lang.Object construct(java.lang.String inputString) throws MException
MException
public java.lang.String toString()
toString
in class java.util.Date
public final int getCategory()