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 and time that the calendar data in a component was last
changed.
Examples:
Date datetime = ...
LastModified lastModified = new LastModified(datetime);
- Author:
- Michael Angstadt
- Specification Reference:
- RFC 5545 p.138
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.