CalendarContract.Instances.EnterpriseContentByDayUri 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.
The content:// style URL for querying an instance range by Julian Day in the managed profile.
[Android.Runtime.Register("ENTERPRISE_CONTENT_BY_DAY_URI", ApiSince=29)]
public static Android.Net.Uri EnterpriseContentByDayUri { get; }
[<Android.Runtime.Register("ENTERPRISE_CONTENT_BY_DAY_URI", ApiSince=29)>]
static member EnterpriseContentByDayUri : Android.Net.Uri
Property Value
- Attributes
Remarks
The content:// style URL for querying an instance range by Julian Day in the managed profile. It supports similar semantics as #CONTENT_BY_DAY_URI
and performs similar checks as #ENTERPRISE_CONTENT_URI
.
Java documentation for android.provider.CalendarContract.Instances.ENTERPRISE_CONTENT_BY_DAY_URI
.
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.