"

2013 FRC Java API

"

com.sun.cldc.util
Class TimeZoneImplementation

java.lang.Object
  extended by java.util.TimeZone
      extended by com.sun.cldc.util.TimeZoneImplementation
Direct Known Subclasses:
TimeZoneImpl

public abstract class TimeZoneImplementation
extends TimeZone


Constructor Summary
TimeZoneImplementation()
           
 
Method Summary
abstract  String[] getIDs()
           
abstract  TimeZone getInstance(String ID)
           
 
Methods inherited from class java.util.TimeZone
getAvailableIDs, getDefault, getID, getOffset, getRawOffset, getTimeZone, useDaylightTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeZoneImplementation

public TimeZoneImplementation()
Method Detail

getIDs

public abstract String[] getIDs()

getInstance

public abstract TimeZone getInstance(String ID)

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"