Freigeben über


AppointmentCalendarSyncManager.LastAttemptedSyncTime Eigenschaft

Definition

Ruft das Datum und die Uhrzeit der letzten Synchronisierung mit dem AppointmentCalendar-Server ab oder legt dieses fest.

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

Eigenschaftswert

Datum und Uhrzeit des letzten Synchronisierungsversuchs mit dem AppointmentCalendar-Server .

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Gilt für: