biweekly.property
Class LastModified

java.lang.Object
  extended by biweekly.property.ICalProperty
      extended by biweekly.property.ValuedProperty<Date>
          extended by biweekly.property.DateTimeProperty
              extended by 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

Field Summary
 
Fields inherited from class biweekly.property.ValuedProperty
value
 
Fields inherited from class biweekly.property.ICalProperty
parameters
 
Constructor Summary
LastModified(Date date)
          Creates a last modified property.
 
Method Summary
 
Methods inherited from class biweekly.property.ValuedProperty
getValue, setValue, validate
 
Methods inherited from class biweekly.property.ICalProperty
addParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastModified

public LastModified(Date date)
Creates a last modified property.

Parameters:
date - the date


Copyright © 2013 Michael Angstadt. All Rights Reserved.