共用方式為


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

適用於