TodoEntryobjects represent todo entry types. They have additional properties compared to the Entry class from which they are derived.
The cross-out date value of the entry. The value can be None
meaning that
the entry is not crossed out, or the cross-out date (float). The set value must
be date (float). Setting a cross-out time also crosses out the entry. See also
Section 5.2.3, Entry Object, crossed_out
.
See About this document... for information on suggesting changes.