TaskType Enumeration

Specifies the type of the note task node.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntax
public enum TaskType
Members
  Member nameValueDescription
DueToday100 Due today.
DueTomorrow101 Due tomorrow.
DueThisWeek102 Due this week.
DueNextWeek103 Due next week.
NoDueDate104 No due date.
DueOnCustomDate105 Due on a custom date.
See Also