SystemInformation.AppUptime Property

Definition

Gets the length of time this instance of the app has been running. Will be MinValue if TrackAppUse(IActivatedEventArgs, XamlRoot) has not been called yet.

public static TimeSpan AppUptime { get; }
public TimeSpan AppUptime { get; }
static member AppUptime : TimeSpan
member this.AppUptime : TimeSpan
Public Shared ReadOnly Property AppUptime As TimeSpan
Public ReadOnly Property AppUptime As TimeSpan

Property Value

Applies to