| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_DAY |
static String |
KEY_HOUR |
static String |
KEY_MILLISECOND |
static String |
KEY_MINUTE |
static String |
KEY_MONTH |
static String |
KEY_SECOND |
static String |
KEY_TZ_HOUR |
static String |
KEY_TZ_MINUTE |
static String |
KEY_YEAR |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
DateTime() |
DateTime(Hashtable<String,Object> hash) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDay()
Gets the Day portion of the DateTime class.
|
Integer |
getHour()
Gets the Hours portion of the DateTime class.
|
Integer |
getMilliSecond()
Gets the Milliseconds portion of the DateTime class
|
Integer |
getMinute()
Gets the Minutes portion of the DateTime class
|
Integer |
getMonth()
Gets the Month portion of the DateTime class.
|
Integer |
getSecond()
Gets the Seconds portion of the DateTime class
|
Integer |
getTzHour()
Gets the Time Zone Hours portion of the DateTime class.
|
Integer |
getTzMinute()
Gets the Time Zone Minutes portion of the DateTime class.
|
Integer |
getYear()
Gets the Year portion of the DateTime class.
|
DateTime |
setDay(Integer day)
Sets the Day portion of the DateTime class
|
DateTime |
setHour(Integer hour)
Sets the Hours portion of the DateTime class.
|
DateTime |
setMilliSecond(Integer milliSecond)
Sets the Milliseconds portion of the DateTime class
|
DateTime |
setMinute(Integer minute)
Sets the Minutes portion of the DateTime class
|
DateTime |
setMonth(Integer month)
Sets the Month portion of the DateTime class
|
DateTime |
setSecond(Integer second)
Sets the Seconds portion of the DateTime class
|
DateTime |
setTzHour(Integer tzHour)
Sets the Time Zone Hours portion of the DateTime class
|
DateTime |
setTzMinute(Integer tzMinute)
Sets the Time Zone Minutes portion of the DateTime class
|
DateTime |
setYear(Integer year)
Sets the Year portion of the DateTime class
|
clone, deserializeJSON, equals, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_MILLISECOND
public static final String KEY_SECOND
public static final String KEY_MINUTE
public static final String KEY_HOUR
public static final String KEY_DAY
public static final String KEY_MONTH
public static final String KEY_YEAR
public static final String KEY_TZ_HOUR
public static final String KEY_TZ_MINUTE
public Integer getMilliSecond()
public DateTime setMilliSecond(Integer milliSecond)
milliSecond - The milliseconds associated with this DateTime classpublic Integer getSecond()
public DateTime setSecond(Integer second)
second - The Seconds associated with this DateTime classpublic Integer getMinute()
public DateTime setMinute(Integer minute)
minute - The Minutes associated with this DateTime classpublic Integer getHour()
public DateTime setHour(Integer hour)
hour - The Hours associated with this DateTime class. This structure is used to store hours in a 24 hour format.public Integer getDay()
public DateTime setDay(Integer day)
day - The Day of the month associated with this DateTime classpublic Integer getMonth()
public DateTime setMonth(Integer month)
month - The Month of the year associate with this DateTime classpublic Integer getYear()
public DateTime setYear(Integer year)
year - The Year in YYYY format associated with this DateTime classpublic Integer getTzHour()
public DateTime setTzHour(Integer tzHour)
tzHour - The time zone offset in Hours with regard to UTC time associated with this DateTime classpublic Integer getTzMinute()