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);
valueparameters| Constructor and Description |
|---|
LastModified(Date date)
Creates a last modified property.
|
getValue, getValue, setValue, validateaddParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validatepublic LastModified(Date date)
date - the dateCopyright © 2013-2015 Michael Angstadt. All Rights Reserved.