|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.TimeZone
|
+--com.dctl.j2me.util.ComplexTimeZone
This is the Comeplex Implementation of TimeZone.java
| Field Summary |
| Fields inherited from class java.util.TimeZone |
GMT, VALID_TZ |
| Constructor Summary | |
ComplexTimeZone()
Create a new SimpleTimeZone (GMT) |
|
| Method Summary | |
abstract java.lang.String |
getID()
Get the ID of this time zone |
abstract int |
getOffset(int era,
int year,
int month,
int day,
int dayOfWeek,
int millis)
Get the offset to add to GMT to get the local time. |
abstract int |
getRawOffset()
Get the raw offset for this time zone |
abstract void |
initTimeZoneData(java.lang.String ID)
|
abstract boolean |
useDaylightTime()
Does this time zone use daylight savings time |
| Methods inherited from class java.util.TimeZone |
getAvailableIDs, getDefault, getTimeZone |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ComplexTimeZone()
| Method Detail |
public abstract java.lang.String getID()
getID in class TimeZone
public abstract int getOffset(int era,
int year,
int month,
int day,
int dayOfWeek,
int millis)
getOffset in class TimeZoneera - The era of the date (0 = BC, 1 = AD)year - The year of the given datemonth - The month of the given dateday - The day of the month of the given datedayOfWeek - The day of the week of the given datemillis - The milliseconds in the day in standard local time
IllegalArgumentException - if any of the parameters are out of rangepublic abstract int getRawOffset()
getRawOffset in class TimeZonepublic abstract boolean useDaylightTime()
useDaylightTime in class TimeZonepublic abstract void initTimeZoneData(java.lang.String ID)
|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||