Partager via


AppointmentCalendar.GetAppointmentInstanceAsync(String, DateTime) Méthode

Définition

Récupère de façon asynchrone le instance de rendez-vous du master rendez-vous spécifié qui a 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

ID du master rendez-vous auquel appartient le instance de rendez-vous récupéré.

instanceStartTime
DateTime DateTimeOffset

Heure de début du rendez-vous instance être récupérée.

Retours

Opération asynchrone qui retourne Appointment en cas de réussite de l’exécution.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

Remarques

Le paramètre instanceStartTime doit être la date de début d’origine du instance.

S’applique à