CalendarContract.CalendarAlerts.ContentUriByInstance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This URI is for grouping the query results by event_id and begin time.
[Android.Runtime.Register("CONTENT_URI_BY_INSTANCE")]
public static Android.Net.Uri? ContentUriByInstance { get; }
[<Android.Runtime.Register("CONTENT_URI_BY_INSTANCE")>]
static member ContentUriByInstance : Android.Net.Uri
Property Value
- Attributes
Remarks
This URI is for grouping the query results by event_id and begin time. This will return one result per instance of an event. So events with multiple alarms will appear just once, but multiple instances of a repeating event will show up multiple times.
Java documentation for android.provider.CalendarContract.CalendarAlerts.CONTENT_URI_BY_INSTANCE
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.