UserDataTask.CompletedDate Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define a data e a hora de conclusão da tarefa.
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)
Valor da propriedade
A data e a hora de conclusão da tarefa.