net.fortuna.ical4j.model.property
Class TzOffsetTo
Property
net.fortuna.ical4j.model.property.TzOffsetTo
public class TzOffsetTo
extends Property
$Id: TzOffsetTo.java,v 1.11 2008/12/16 12:34:51 fortuna Exp $
Created: [Apr 6, 2004]
Defines a TZOFFSETTO iCalendar component property.
TzOffsetTo
public TzOffsetTo()
Default constructor.
TzOffsetTo
public TzOffsetTo(ParameterList aList,
String aValue)
aList
- a list of parameters for this componentaValue
- a value string for this component
TzOffsetTo
public TzOffsetTo(ParameterList aList,
UtcOffset anOffset)
aList
- a list of parameters for this componentanOffset
- a timezone offset in milliseconds
TzOffsetTo
public TzOffsetTo(String value)
TzOffsetTo
public TzOffsetTo(UtcOffset anOffset)
anOffset
- a timezone offset in milliseconds
getOffset
public final UtcOffset getOffset()
getValue
public final String getValue()
setOffset
public final void setOffset(UtcOffset offset)
offset
- The offset to set.
setValue
public final void setValue(String aValue)
validate
public final void validate()
throws ValidationException