다음을 통해 공유


AppointmentCalendar.GetAppointmentInstanceAsync(String, DateTime) 메서드

정의

지정된 시작 시간이 있는 지정된 master 약속의 약속 instance 비동기적으로 검색합니다.

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)

매개 변수

localId
String

Platform::String

winrt::hstring

검색된 약속 instance 속한 master 약속의 ID입니다.

instanceStartTime
DateTime DateTimeOffset

약속을 검색할 instance 시작 시간입니다.

반환

성공적으로 완료될 때 약속을 반환하는 비동기 작업입니다.

특성

Windows 요구 사항

앱 기능
appointmentsSystem

설명

instanceStartTime 매개 변수는 instance 원래 시작 날짜여야 합니다.

적용 대상