Compartir a través de


AppointmentCalendarSyncManager.LastAttemptedSyncTime Propiedad

Definición

Obtiene o establece la última fecha y hora en que se intentó realizar una sincronización con el servidor AppointmentCalendar .

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 de propiedad

La última fecha y hora en que se intentó realizar una sincronización con el servidor AppointmentCalendar .

Requisitos de Windows

Características de aplicaciones
appointmentsSystem

Se aplica a