Compartilhar via


AppointmentCalendarSyncManager.LastAttemptedSyncTime Propriedade

Definição

Obtém ou define a última data e hora em que uma sincronização com o servidor AppointmentCalendar foi tentada.

public:
 property DateTime LastAttemptedSyncTime { DateTime get(); };
public:
 property DateTime LastAttemptedSyncTime { DateTime get(); void set(DateTime value); };
DateTime LastAttemptedSyncTime();
DateTime LastAttemptedSyncTime();

void LastAttemptedSyncTime(DateTime value);
public System.DateTimeOffset LastAttemptedSyncTime { get; }
public System.DateTimeOffset LastAttemptedSyncTime { get; set; }
var dateTime = appointmentCalendarSyncManager.lastAttemptedSyncTime;
var dateTime = appointmentCalendarSyncManager.lastAttemptedSyncTime;
appointmentCalendarSyncManager.lastAttemptedSyncTime = dateTime;
Public ReadOnly Property LastAttemptedSyncTime As DateTimeOffset
Public Property LastAttemptedSyncTime As DateTimeOffset

Valor da propriedade

A última data e hora em que uma sincronização com o servidor AppointmentCalendar foi tentada.

Requisitos do Windows

Funcionalidades do aplicativo
appointmentsSystem

Aplica-se a