AppointmentStore.GetAppointmentInstanceAsync(String, DateTime) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した LocalId と指定した開始時刻を持つ Appointment のインスタンスを取得します。
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)
パラメーター
- instanceStartTime
- DateTime DateTimeOffset
取得する予定インスタンスの開始時刻。 このパラメーターの値は、インスタンスの元の開始日である必要があります。
戻り値
正常に完了したときに Appointment を返す非同期操作。
- 属性
Windows の要件
アプリの機能 |
appointmentsSystem
|