SystemInformation.LaunchTime Property

Definition

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

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

Property Value

Applies to