ApplicationErrorReport.RunningServiceInfo.DurationMillis Property

Definition

Duration in milliseconds that the service has been running.

[Android.Runtime.Register("durationMillis")]
public long DurationMillis { get; set; }
[<Android.Runtime.Register("durationMillis")>]
member this.DurationMillis : int64 with get, set

Property Value

Attributes

Remarks

Duration in milliseconds that the service has been running.

Java documentation for android.app.ApplicationErrorReport.RunningServiceInfo.durationMillis.

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.

Applies to