UserDataTask.CompletedDate Property

Definition

Gets or sets the completion date and time of the task.

public:
 property IReference<DateTime> ^ CompletedDate { IReference<DateTime> ^ get(); void set(IReference<DateTime> ^ value); };
IReference<DateTime> CompletedDate();

void CompletedDate(IReference<DateTime> value);
public System.Nullable<System.DateTimeOffset> CompletedDate { get; set; }
var iReference = userDataTask.completedDate;
userDataTask.completedDate = iReference;
Public Property CompletedDate As Nullable(Of DateTimeOffset)

Property Value

The completion date and time of the task.

Applies to