biweekly.property
Class TimezoneId
java.lang.Object
biweekly.property.ICalProperty
biweekly.property.ValuedProperty<String>
biweekly.property.TextProperty
biweekly.property.TimezoneId
public class TimezoneId
- extends TextProperty
Defines a unique identifier for a VTimezone
component. The identifier
must be unique within the scope of the iCalendar object. Properties that
support the usage of timezones can use this ID to reference the timezone
defined in a VTimezone
component. Properties that support timezones
will contain getTimezoneId
, setTimezoneId
, and
setTimezone
methods (for instance: DateStart
,
DateEnd
, and DateDue
).
- Author:
- Michael Angstadt
- See Also:
- RFC 5545
p.102-3
Constructor Summary |
TimezoneId(String timezone)
Creates a timezone identifier property. |
Methods inherited from class biweekly.property.ICalProperty |
addParameter, getAltRepresentation, getCommonName, getDirectoryEntry, getFormatType, getLanguage, getParameter, getParameters, getParameters, getSentBy, getTimezoneId, removeParameter, setAltRepresentation, setCommonName, setDirectoryEntry, setFormatType, setLanguage, setParameter, setParameter, setParameters, setSentBy, setTimezone, setTimezoneId, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimezoneId
public TimezoneId(String timezone)
- Creates a timezone identifier property.
- Parameters:
timezone
- the timezone identifier
Copyright © 2013 Michael Angstadt. All Rights Reserved.