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

적용 대상