Share via


AppointmentCalendarSyncManager.LastAttemptedSyncTime Property

Definition

Gets or sets the last date and time that a sync with the AppointmentCalendar server was attempted.

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

Property Value

The last date and time that a sync with the AppointmentCalendar server was attempted.

Windows requirements

App capabilities
appointmentsSystem

Applies to