java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_MILLISECOND
public static final java.lang.String KEY_SECOND
public static final java.lang.String KEY_MINUTE
public static final java.lang.String KEY_HOUR
public static final java.lang.String KEY_DAY
public static final java.lang.String KEY_MONTH
public static final java.lang.String KEY_YEAR
public static final java.lang.String KEY_TZ_HOUR
public static final java.lang.String KEY_TZ_MINUTE
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
public DateTime()
public DateTime(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Gets the Milliseconds portion of the DateTime class
public java.lang.Integer getMilliSecond()
Sets the Milliseconds portion of the DateTime class
public com.smartdevicelink.proxy.rpc.DateTime setMilliSecond(Integer milliSecond)
Gets the Seconds portion of the DateTime class
public java.lang.Integer getSecond()
Sets the Seconds portion of the DateTime class
public com.smartdevicelink.proxy.rpc.DateTime setSecond(Integer second)
Gets the Minutes portion of the DateTime class
public java.lang.Integer getMinute()
Sets the Minutes portion of the DateTime class
public com.smartdevicelink.proxy.rpc.DateTime setMinute(Integer minute)
Gets the Hours portion of the DateTime class.
public java.lang.Integer getHour()
Sets the Hours portion of the DateTime class.
public com.smartdevicelink.proxy.rpc.DateTime setHour(Integer hour)
Gets the Day portion of the DateTime class.
public java.lang.Integer getDay()
Sets the Day portion of the DateTime class
public com.smartdevicelink.proxy.rpc.DateTime setDay(Integer day)
Gets the Month portion of the DateTime class.
public java.lang.Integer getMonth()
Sets the Month portion of the DateTime class
public com.smartdevicelink.proxy.rpc.DateTime setMonth(Integer month)
Gets the Year portion of the DateTime class.
public java.lang.Integer getYear()
Sets the Year portion of the DateTime class
public com.smartdevicelink.proxy.rpc.DateTime setYear(Integer year)
Gets the Time Zone Hours portion of the DateTime class.
public java.lang.Integer getTzHour()
Sets the Time Zone Hours portion of the DateTime class
public com.smartdevicelink.proxy.rpc.DateTime setTzHour(Integer tzHour)
Gets the Time Zone Minutes portion of the DateTime class.
public java.lang.Integer getTzMinute()
Sets the Time Zone Minutes portion of the DateTime class
public com.smartdevicelink.proxy.rpc.DateTime setTzMinute(Integer tzMinute)
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong, clone, equals, hashCode |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |