biweekly.property
Class LastModified
java.lang.Object
biweekly.property.ICalProperty
biweekly.property.ValuedProperty<Date>
biweekly.property.DateTimeProperty
biweekly.property.LastModified
public class LastModified
- extends DateTimeProperty
Defines the date-time that the calendar data in a component was last changed.
- Author:
- Michael Angstadt
- See Also:
- RFC 5545 p.138
Methods inherited from class biweekly.property.ICalProperty |
addParameter, getAltRepresentation, getCommonName, getDirectoryEntry, getFormatType, getLanguage, getParameter, getParameters, getParameters, getSentBy, getTimezoneId, removeParameter, setAltRepresentation, setCommonName, setDirectoryEntry, setFormatType, setLanguage, setParameter, setParameter, setParameters, setSentBy, setTimezone, setTimezoneId, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LastModified
public LastModified(Date date)
- Creates a last modified property.
- Parameters:
date
- the date
Copyright © 2013 Michael Angstadt. All Rights Reserved.