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 was completed.
- Author:
- Michael Angstadt
- See Also:
- RFC 5545 p.94-5
Constructor Summary |
Completed(Date completed)
Creates a completed property. |
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 |
Completed
public Completed(Date completed)
- Creates a completed property.
- Parameters:
completed
- the completion date
Copyright © 2013 Michael Angstadt. All Rights Reserved.