biweekly.property
Class TimezoneOffsetFrom
java.lang.Object
biweekly.property.ICalProperty
biweekly.property.UtcOffsetProperty
biweekly.property.TimezoneOffsetFrom
public class TimezoneOffsetFrom
- extends UtcOffsetProperty
Defines the timezone offset that was in use before a timezone observance.
- Author:
- Michael Angstadt
- See Also:
- RFC 5545
p.104-5
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 |
TimezoneOffsetFrom
public TimezoneOffsetFrom(Integer hourOffset,
Integer minuteOffset)
- Creates a new timezone offset from property.
- Parameters:
hourOffset
- the hour offset (e.g. "-5")minuteOffset
- the minute offset (e.g. "0")
Copyright © 2013 Michael Angstadt. All Rights Reserved.