public class Completed extends DateTimeProperty
Defines the date and time that a to-do task was completed.
Code sample:
VTodo todo = new VTodo(); Date datetime = ... Completed completed = new Completed(datetime); todo.setCompleted(completed);
value
parameters
Constructor and Description |
---|
Completed(Date completed)
Creates a completed property.
|
getValue, getValue, setValue, validate
addParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validate
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.