UsageEventsQuery.Builder(Int64, Int64) Constructor
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.
Constructor that specifies the period for which to return events.
[Android.Runtime.Register(".ctor", "(JJ)V", "", ApiSince=35)]
public Builder (long beginTimeMillis, long endTimeMillis);
[<Android.Runtime.Register(".ctor", "(JJ)V", "", ApiSince=35)>]
new Android.App.Usage.UsageEventsQuery.Builder : int64 * int64 -> Android.App.Usage.UsageEventsQuery.Builder
Parameters
- beginTimeMillis
- Int64
Inclusive beginning timestamp, as per
java.lang.System#currentTimeMillis()
- endTimeMillis
- Int64
Exclusive ending timestamp, as per
java.lang.System#currentTimeMillis()
- Attributes
Remarks
Constructor that specifies the period for which to return events.
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.