UserDataTask.CompletedDate 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 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.