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