AppointmentCalendarSyncManager.LastSuccessfulSyncTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the last date and time that a sync with the AppointmentCalendar server was successful.
public:
property DateTime LastSuccessfulSyncTime { DateTime get(); };
public:
property DateTime LastSuccessfulSyncTime { DateTime get(); void set(DateTime value); };
DateTime LastSuccessfulSyncTime();
DateTime LastSuccessfulSyncTime();
void LastSuccessfulSyncTime(DateTime value);
public System.DateTimeOffset LastSuccessfulSyncTime { get; }
public System.DateTimeOffset LastSuccessfulSyncTime { get; set; }
var dateTime = appointmentCalendarSyncManager.lastSuccessfulSyncTime;
var dateTime = appointmentCalendarSyncManager.lastSuccessfulSyncTime;
appointmentCalendarSyncManager.lastSuccessfulSyncTime = dateTime;
Public ReadOnly Property LastSuccessfulSyncTime As DateTimeOffset
Public Property LastSuccessfulSyncTime As DateTimeOffset
Property Value
The last date and time that a sync with the AppointmentCalendar server was successful.
Windows requirements
App capabilities |
appointmentsSystem
|