Private
#bodyPrivate
#completePrivate
#completedPrivate
#contextsPrivate
#createdPrivate
#extensionsPrivate
#priorityPrivate
#projectsSet the completed date for the task. Passing null
or no argument clears the completed date.
Side Effect
Setting completed will set complete to true.
An Error when the date is provided as a string and is invalid.
An Error when the created date is not set.
Set the created date for the task. Passing null
or no argument clears the created date.
Side Effect
Clearing the created date will also unset the completed date.
An Error when the date is provided as a string and is invalid.
Generate the full todo.txt line of this Item, as well as spans describing the location of all of it's component parts.
Generated using TypeDoc
Represents a single line in a todo.txt file.