public class DateTimeStamp extends DateTimeProperty
The meaning of this property varies depending on the state of the iCalendar object:
Method property exists, this property defines the
creation date of the iCalendar object (not the creation date of the actual
calendar data). Use the Created property to define the date that the
calendar data was last created.LastModified property also holds this
information).Code sample:
VEvent event = new VEvent(); Date datetime = ... DateTimeStamp dtstamp = new DateTimeStamp(datetime); event.setDateTimeStamp(dtstamp);
valueparameters| Constructor and Description |
|---|
DateTimeStamp(Date date)
Creates a date time stamp property.
|
getValue, setValue, validateaddParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validatepublic DateTimeStamp(Date date)
date - the dateCopyright © 2013-2014 Michael Angstadt. All Rights Reserved.