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");
valueparameters| Constructor and Description |
|---|
TimezoneUrl(String url)
Creates a timezone URL property.
|
getValue, getValue, setValue, validateaddParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validatepublic TimezoneUrl(String url)
url - the timezone URL (e.g.
"http://example.com/America-New_York.ics")Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.