biweekly.property
Class TimezoneOffsetTo

java.lang.Object
  extended by biweekly.property.ICalProperty
      extended by biweekly.property.UtcOffsetProperty
          extended by biweekly.property.TimezoneOffsetTo

public class TimezoneOffsetTo
extends UtcOffsetProperty

Defines the timezone offset that is currently in use in a timezone observance.

Author:
Michael Angstadt
See Also:
RFC 5545 p.105-6

Field Summary
 
Fields inherited from class biweekly.property.UtcOffsetProperty
hourOffset, minuteOffset
 
Fields inherited from class biweekly.property.ICalProperty
parameters
 
Constructor Summary
TimezoneOffsetTo(int hourOffset, int minuteOffset)
          Creates a new timezone offset to property.
 
Method Summary
 
Methods inherited from class biweekly.property.UtcOffsetProperty
getHourOffset, getMinuteOffset, setOffset, validate
 
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
 

Constructor Detail

TimezoneOffsetTo

public TimezoneOffsetTo(int hourOffset,
                        int minuteOffset)
Creates a new timezone offset to property.

Parameters:
hourOffset - the hour offset (e.g. "-5")
minuteOffset - the minute offset (e.g. "0")


Copyright © 2013 Michael Angstadt. All Rights Reserved.