|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbsoluteSMPPDate
| Method Summary | |
|---|---|
java.util.Calendar |
getCalendar()
Get a calendar object that represents the time specified by this SMPPDate. |
java.util.TimeZone |
getTimeZone()
Get the timezone of this SMPPDate. |
| Methods inherited from interface net.java.slee.resources.smpp.util.SMPPDate |
|---|
getDay, getHour, getMinute, getMonth, getSecond, getSign, getTenth, getUtcOffset, getYear, isAbsolute, isRelative |
| Method Detail |
|---|
java.util.TimeZone getTimeZone()
null if there is no timezone.java.util.Calendar getCalendar()
null for relative SMPP times. Also, for absolute SMPP times that do not contain timezone
information, the returned calendar's timezone cannot be trusted - it will simply be initialised to whatever
java.util.Calendar considers its default (usually the timezone of the JVM).
null if this is a relative time specification.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||