5.2.3.5 TodoEntry

TodoEntryobjects represent todo entry types. They have additional properties compared to the Entry class from which they are derived.

class TodoEntry
TodoEntryobjects have the following additional properties:

cross_out_time

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.