biweekly.property
Class Completed
java.lang.Object
biweekly.property.ICalProperty
biweekly.property.ValuedProperty<Date>
biweekly.property.DateTimeProperty
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
Constructor Summary |
Completed(Date completed)
Creates a completed property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Completed
public Completed(Date completed)
- Creates a completed property.
- Parameters:
completed
- the completion date
Copyright © 2013 Michael Angstadt. All Rights Reserved.