Поделиться через


AppointmentCalendarSyncManager.LastSuccessfulSyncTime Свойство

Определение

Возвращает или задает последнюю дату и время успешной синхронизации с сервером AppointmentCalendar .

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

Значение свойства

Последняя дата и время успешной синхронизации с сервером AppointmentCalendar .

Требования к Windows

Возможности приложения
appointmentsSystem

Применяется к