|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SMPPDate
| Method Summary | |
|---|---|
int |
getDay()
Get the day part of this time format. |
int |
getHour()
Get the hour part of this time format. |
int |
getMinute()
Get the minute part of this time format. |
int |
getMonth()
Get the month part of this time format. |
int |
getSecond()
Get the second part of this time format. |
char |
getSign()
Get the timezone offset modifier character. |
int |
getTenth()
Get the tenths of a second part of this time format. |
int |
getUtcOffset()
Get the UTC offset part of this time format. |
int |
getYear()
Get the year part of this time format. |
boolean |
isAbsolute()
Determine if this date object represents an absolute time. |
boolean |
isRelative()
Determine if this date object represents a relative time. |
| Method Detail |
|---|
int getYear()
2007) for absolute times.
int getMonth()
int getDay()
int getHour()
int getMinute()
int getSecond()
int getTenth()
int getUtcOffset()
getSign().
#getTimeZone()char getSign()
(char) 0 if there is
no timezone information.
(char) 0.boolean isAbsolute()
true if this object is an absolute time, false otherwise.boolean isRelative()
true if this object is a relative time, false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||