public interface TimeZoneRegistry
Modifier and Type | Method and Description |
---|---|
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.
|
void |
register(TimeZone timezone,
boolean update)
Registers a new timezone for use with iCalendar objects.
|
void register(TimeZone timezone)
timezone
- a timezone to be registered for use with iCalendar
objectsvoid register(TimeZone timezone, boolean update)
timezone
- a timezone to be registered for use with iCalendar
objectsupdate
- attempt to update the definition from any specified TZURL
property if truevoid clear()
TimeZone getTimeZone(java.lang.String id)
id
- a timezone identifier