AppointmentCalendar.DeleteAppointmentInstanceAsync(String, DateTime) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以非同步方式刪除具有指定識別碼之主要約會的指定開始時間的約會實例。
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
|