UserDataTaskListSyncManager.LastSuccessfulSyncTime Property

Definition

Gets or sets the last time the UserDataTaskList was successfully synced with the server.

public:
 property DateTime LastSuccessfulSyncTime { DateTime get(); void set(DateTime value); };
DateTime LastSuccessfulSyncTime();

void LastSuccessfulSyncTime(DateTime value);
public System.DateTimeOffset LastSuccessfulSyncTime { get; set; }
var dateTime = userDataTaskListSyncManager.lastSuccessfulSyncTime;
userDataTaskListSyncManager.lastSuccessfulSyncTime = dateTime;
Public Property LastSuccessfulSyncTime As DateTimeOffset

Property Value

The last time the UserDataTaskList was successfully synced with the server.

Applies to