SystemInformation.AppUptime 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.
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