UserDataTask.DueDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the due date of the task.
public:
property IReference<DateTime> ^ DueDate { IReference<DateTime> ^ get(); void set(IReference<DateTime> ^ value); };
IReference<DateTime> DueDate();
void DueDate(IReference<DateTime> value);
public System.Nullable<System.DateTimeOffset> DueDate { get; set; }
var iReference = userDataTask.dueDate;
userDataTask.dueDate = iReference;
Public Property DueDate As Nullable(Of DateTimeOffset)
Property Value
the due date of the task.