次の方法で共有


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

適用対象