|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TimeZoneRegistry
Implementors provide a list of timezone definitions applicable for use with iCalendar objects.
| Method Summary | |
|---|---|
void |
clear()
Clears all registered timezones. |
TimeZone |
getTimeZone(java.lang.String id)
Returns a timezone with the specified identifier. |
void |
register(TimeZone timezone)
Registers a new timezone for use with iCalendar objects. |
| Method Detail |
|---|
void register(TimeZone timezone)
timezone - a timezone to be registered for use with iCalendar
objectsvoid clear()
TimeZone getTimeZone(java.lang.String id)
id - a timezone identifier
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||