共用方式為


AppointmentCalendar.TryProposeNewTimeForMeetingAsync 方法

定義

以非同步方式嘗試建議新的會議時間。

public:
 virtual IAsyncOperation<bool> ^ TryProposeNewTimeForMeetingAsync(Appointment ^ meeting, DateTime newStartTime, TimeSpan newDuration, Platform::String ^ subject, Platform::String ^ comment) = TryProposeNewTimeForMeetingAsync;
IAsyncOperation<bool> TryProposeNewTimeForMeetingAsync(Appointment const& meeting, DateTime const& newStartTime, TimeSpan const& newDuration, winrt::hstring const& subject, winrt::hstring const& comment);
public IAsyncOperation<bool> TryProposeNewTimeForMeetingAsync(Appointment meeting, System.DateTimeOffset newStartTime, System.TimeSpan newDuration, string subject, string comment);
function tryProposeNewTimeForMeetingAsync(meeting, newStartTime, newDuration, subject, comment)
Public Function TryProposeNewTimeForMeetingAsync (meeting As Appointment, newStartTime As DateTimeOffset, newDuration As TimeSpan, subject As String, comment As String) As IAsyncOperation(Of Boolean)

參數

meeting
Appointment

要更新的會議。

newStartTime
DateTime DateTimeOffset

建議的新開始時間。

newDuration
TimeSpan TimeSpan

會議的新持續時間。

subject
String

Platform::String

winrt::hstring

會議邀請的主旨。

comment
String

Platform::String

winrt::hstring

會議邀請的本文。

傳回

布林值,指出作業是否成功。

Windows 需求

應用程式功能
appointmentsSystem

適用於