AppointmentCalendarSyncManager.LastAttemptedSyncTime 属性

定义

获取或设置上次尝试与 AppointmentCalendar 服务器同步的日期和时间。

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

属性值

上次尝试与 AppointmentCalendar 服务器同步的日期和时间。

Windows 要求

应用功能
appointmentsSystem

适用于