Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.54 KB

appointmentcalendar_findappointmentsasync_1659613836.md

File metadata and controls

32 lines (23 loc) · 1.54 KB
-api-id -api-type
M:Windows.ApplicationModel.Appointments.AppointmentCalendar.FindAppointmentsAsync(Windows.Foundation.DateTime,Windows.Foundation.TimeSpan)
winrt method

Windows.ApplicationModel.Appointments.AppointmentCalendar.FindAppointmentsAsync

-description

Asynchronously retrieves a list of appointments belonging to the current AppointmentCalendar that meet the specified criteria.

-parameters

-param rangeStart

The start time of the time window for which appointments are retrieved.

-param rangeLength

The length of the time window for which appointments are retrieved. If the rangeLength parameter is set to 0, no appointments will be returned. Even if appointments exist on the device that have a StartTime that is exactly the same as the rangeStart value, the returned list will be empty.

-returns

An asynchronous operation that returns an IVectorView list of Appointment objects upon successful completion.

-remarks

-examples

-see-also

FindAppointmentsAsync(DateTime, TimeSpan, FindAppointmentsOptions), Appointment

-capabilities

appointmentsSystem