Appointments.SearchAsync Method
Include Protected Members
Include Inherited Members
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Asynchronously searches for appointments in the user’s calendar data.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SearchAsync(DateTime, DateTime, Object) | Asynchronously searches for appointments that occur between the specified start date and time and end date and time. | |
SearchAsync(DateTime, DateTime, Account, Object) | Asynchronously searches for appointments that occur between the specified start date and time and end date and time, from the specified data source. | |
SearchAsync(DateTime, DateTime, Int32, Object) | Asynchronously searches for appointments that occur between the specified start date and time and end date and time, returning no more than the specified number of appointments. | |
SearchAsync(DateTime, DateTime, Int32, Account, Object) | Asynchronously searches for appointments that occur between the specified start date and time and end date and time, from the specified data source, returning no more than the specified number of appointments. |
Top
See Also
Reference
Microsoft.Phone.UserData Namespace