net.fortuna.ical4j.model
public interface TimeZoneRegistry
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears all registered timezones.
|
TimeZone |
getTimeZone(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()
Copyright © 2004-2013 Micronode. All Rights Reserved.