AppointmentStore.GetAppointmentInstanceAsync(String, DateTime) Méthode
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.
Récupère le instance du rendez-vous avec le LocalId spécifié et l’heure de début spécifiée.
public:
virtual IAsyncOperation<Appointment ^> ^ GetAppointmentInstanceAsync(Platform::String ^ localId, DateTime instanceStartTime) = GetAppointmentInstanceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<Appointment> GetAppointmentInstanceAsync(winrt::hstring const& localId, DateTime const& instanceStartTime);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<Appointment> GetAppointmentInstanceAsync(string localId, System.DateTimeOffset instanceStartTime);
function getAppointmentInstanceAsync(localId, instanceStartTime)
Public Function GetAppointmentInstanceAsync (localId As String, instanceStartTime As DateTimeOffset) As IAsyncOperation(Of Appointment)
Paramètres
- localId
-
String
Platform::String
winrt::hstring
Le LocalId du rendez-vous instance à récupérer.
- instanceStartTime
- DateTime DateTimeOffset
L’heure de début du rendez-vous instance à récupérer. La valeur de ce paramètre doit être la date de début d’origine du instance.
Retours
Opération asynchrone qui retourne un rendez-vous en cas d’achèvement réussi.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|