public class TimezoneUrl extends TextProperty
Defines a URL that points to an iCalendar object that contains further information on a timezone.
Code sample:
VTimezone timezone = ... timezone.setTimezoneUrl("http://example.com/tz.ics");
value
parameters
Constructor and Description |
---|
TimezoneUrl(String url)
Creates a timezone URL property.
|
getValue, getValue, setValue, validate
addParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validate
public TimezoneUrl(String url)
url
- the timezone URL (e.g.
"http://example.com/America-New_York.ics")Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.