AppointmentCalendar.TryProposeNewTimeForMeetingAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Tenta in modo asincrono di proporre una nuova ora di riunione.
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)
Parametri
- meeting
- Appointment
Riunione da aggiornare.
- newStartTime
- DateTime DateTimeOffset
Nuova ora di inizio proposta.
- subject
-
String
Platform::String
winrt::hstring
Oggetto dell'invito alla riunione.
- comment
-
String
Platform::String
winrt::hstring
Corpo dell'invito alla riunione.
Restituisce
Valore booleano che indica se l'operazione ha esito positivo.
Requisiti Windows
Funzionalità dell'app |
appointmentsSystem
|