Aspose.Note for .Net
TaskType Enumeration |
Specifies the type of the note task node.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
Members| Member name | Value | Description | |
|---|---|---|---|
| DueToday | 100 | Due today. | |
| DueTomorrow | 101 | Due tomorrow. | |
| DueThisWeek | 102 | Due this week. | |
| DueNextWeek | 103 | Due next week. | |
| NoDueDate | 104 | No due date. | |
| DueOnCustomDate | 105 | Due on a custom date. |
See Also