NoteTask.DueDate Property

Aspose.Note for .NET API

NoteTaskDueDate Property

Gets or sets the due date.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public DateTime DueDate { get; set; }
Public Property DueDate As DateTime
	Get
	Set
public:
property DateTime DueDate {
	DateTime get ();
	void set (DateTime value);
}
member DueDate : DateTime with get, set

Property Value

Type: DateTime
The DateTime.
See Also