TaskType Enumeration

Aspose.Note for .NET API

TaskType Enumeration

Specifies the type of the note task node.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public enum TaskType
Public Enumeration TaskType
public enum class TaskType
type 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