AppointmentCalendarSyncManager.LastAttemptedSyncTime Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la date et l’heure de la dernière tentative de synchronisation avec le serveur 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
Valeur de propriété
Date et heure de la dernière tentative de synchronisation avec le serveur AppointmentCalendar .
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|