SystemInformation.LastLaunchTime Property

Definition

Gets the DateTime (in UTC) when the app was last launched, not including this instance. Will be MinValue if TrackAppUse(IActivatedEventArgs, XamlRoot) has not been called yet.

public static DateTime LastLaunchTime { get; }
public DateTime LastLaunchTime { get; }
static member LastLaunchTime : DateTime
member this.LastLaunchTime : DateTime
Public Shared ReadOnly Property LastLaunchTime As DateTime
Public ReadOnly Property LastLaunchTime As DateTime

Property Value

Applies to