AppointmentCalendar.DeleteAppointmentInstanceAsync(String, DateTime) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した ID を持つマスター予定の開始時刻を指定して、予定インスタンスを非同期的に削除します。
public:
virtual IAsyncAction ^ DeleteAppointmentInstanceAsync(Platform::String ^ localId, DateTime instanceStartTime) = DeleteAppointmentInstanceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction DeleteAppointmentInstanceAsync(winrt::hstring const& localId, DateTime const& instanceStartTime);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction DeleteAppointmentInstanceAsync(string localId, System.DateTimeOffset instanceStartTime);
function deleteAppointmentInstanceAsync(localId, instanceStartTime)
Public Function DeleteAppointmentInstanceAsync (localId As String, instanceStartTime As DateTimeOffset) As IAsyncAction
パラメーター
- instanceStartTime
- DateTime DateTimeOffset
削除する予定インスタンスの開始時刻。 これは、インスタンスの元の開始日である必要があります。
戻り値
非同期アクション。
- 属性
Windows の要件
アプリの機能 |
appointmentsSystem
|