net.fortuna.ical4j.model.property
Class TzOffsetFrom
Propertynet.fortuna.ical4j.model.property.TzOffsetFrom
public class TzOffsetFrom
extends Property
$Id: TzOffsetFrom.java,v 1.11 2008/12/16 12:34:51 fortuna Exp $
Created: [Apr 6, 2004]
Defines a TZOFFSETFROM iCalendar component property.
TzOffsetFrom
public TzOffsetFrom()
Default constructor.
TzOffsetFrom
public TzOffsetFrom(ParameterList aList,
String aValue)aList - a list of parameters for this componentaValue - a value string for this component
TzOffsetFrom
public TzOffsetFrom(ParameterList aList,
UtcOffset anOffset)aList - a list of parameters for this componentanOffset - a timezone offset in milliseconds
TzOffsetFrom
public TzOffsetFrom(String aValue)
aValue - a value string for this component
TzOffsetFrom
public TzOffsetFrom(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