biweekly.property
Class DateTimeStamp

java.lang.Object
  extended by biweekly.property.ICalProperty
      extended by biweekly.property.ValuedProperty<Date>
          extended by biweekly.property.DateTimeProperty
              extended by biweekly.property.DateTimeStamp

public class DateTimeStamp
extends DateTimeProperty

The meaning of this property varies depending on the state of the iCalendar object:

Examples:

 Date datetime = ... 
 DateTimeStamp dtstamp = new DateTimeStamp(datetime);
 

Author:
Michael Angstadt
Specification Reference:
RFC 5545 p.137-8

Field Summary
 
Fields inherited from class biweekly.property.ValuedProperty
value
 
Fields inherited from class biweekly.property.ICalProperty
parameters
 
Constructor Summary
DateTimeStamp(Date date)
          Creates a date time stamp property.
 
Method Summary
 
Methods inherited from class biweekly.property.ValuedProperty
getValue, setValue, validate
 
Methods inherited from class biweekly.property.ICalProperty
addParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeStamp

public DateTimeStamp(Date date)
Creates a date time stamp property.

Parameters:
date - the date


Copyright © 2013 Michael Angstadt. All Rights Reserved.