public final class TaskType
extends com.aspose.ms.System.Enum
Specifies the type of the note task node.
Modifier and Type | Field and Description |
---|---|
static int |
DueNextWeek
Due next week.
|
static int |
DueOnCustomDate
Due on a custom date.
|
static int |
DueThisWeek
Due this week.
|
static int |
DueToday
Due today.
|
static int |
DueTomorrow
Due tomorrow.
|
static int |
NoDueDate
No due date.
|
public static final int DueToday
Due today.
public static final int DueTomorrow
Due tomorrow.
public static final int DueThisWeek
Due this week.
public static final int DueNextWeek
Due next week.
public static final int NoDueDate
No due date.
public static final int DueOnCustomDate
Due on a custom date.