public class LastModified extends DateTimeProperty
Defines the time that the calendar data in a component was last changed.
Code sample:
VEvent event = new VEvent(); Date datetime = ... LastModified lastModified = new LastModified(datetime); event.setLastModified(lastModified);
value
parameters
Constructor and Description |
---|
LastModified(Date date)
Creates a last modified property.
|
getValue, getValue, setValue, validate
addParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validate
public LastModified(Date date)
date
- the dateCopyright © 2013-2015 Michael Angstadt. All Rights Reserved.