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

适用于