Todo

A Todo

Constructors

this
this(string tle)
Undocumented in source.

Members

Functions

opCmp
int opCmp(Object t)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object t)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

title
string title [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

creation_date
Date creation_date;
Undocumented in source.
done_time
SysTime done_time;
Undocumented in source.
due_date
Date due_date;
Undocumented in source.
id
UUID id;
Undocumented in source.
progress
Date[] progress;

Keep track of how long/often we've worked on this

tags
Tags tags;
Undocumented in source.
weight
double weight;

Weight/priority of this Todo

Meta