biweekly.property
Class Completed

java.lang.Object
  extended by biweekly.property.ICalProperty
      extended by biweekly.property.ValuedProperty<Date>
          extended by biweekly.property.DateTimeProperty
              extended by biweekly.property.Completed

public class Completed
extends DateTimeProperty

Defines the date and time that a to-do task was completed.

Examples:

 Date datetime = ...
 Completed completed = new Completed(datetime);
 

Author:
Michael Angstadt
Specification Reference:
RFC 5545 p.94-5

Field Summary
 
Fields inherited from class biweekly.property.ValuedProperty
value
 
Fields inherited from class biweekly.property.ICalProperty
parameters
 
Constructor Summary
Completed(Date completed)
          Creates a completed 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

Completed

public Completed(Date completed)
Creates a completed property.

Parameters:
completed - the completion date


Copyright © 2013 Michael Angstadt. All Rights Reserved.