AppointmentCalendar.TryProposeNewTimeForMeetingAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
새 모임 시간을 비동기적으로 제안하려고 합니다.
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
제안된 새 시작 시간입니다.
- subject
-
String
Platform::String
winrt::hstring
모임 초대의 제목입니다.
- comment
-
String
Platform::String
winrt::hstring
모임 초대의 본문입니다.
반환
작업이 성공했는지 여부를 나타내는 부울 값입니다.
Windows 요구 사항
앱 기능 |
appointmentsSystem
|