Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.43 KB

appointmentstore_findconflictasync_1246034138.md

File metadata and controls

32 lines (23 loc) · 1.43 KB
-api-id -api-type
M:Windows.ApplicationModel.Appointments.AppointmentStore.FindConflictAsync(Windows.ApplicationModel.Appointments.Appointment,Windows.Foundation.DateTime)
winrt method

Windows.ApplicationModel.Appointments.AppointmentStore.FindConflictAsync

-description

Returns an AppointmentConflictResult representing a conflict between the specified appointment and an existing appointment instance in the appointment store.

-parameters

-param appointment

The appointment for which a conflict is sought.

-param instanceStartTime

The start time of the appointment instance for which a conflict is sought.

-returns

An asynchronous operation that returns an AppointmentConflictResult upon successful completion. For conflicts that are in the past, the returned AppointmentConflictResult object will have a Type of AppointmentConflictType.None.

-remarks

-examples

-see-also

FindConflictAsync(Appointment)

-capabilities

appointmentsSystem