Clock.CurrentGlobalTime Property

Definition

Gets the current global time, as established by the WPF timing system.

protected:
 property TimeSpan CurrentGlobalTime { TimeSpan get(); };
protected TimeSpan CurrentGlobalTime { get; }
member this.CurrentGlobalTime : TimeSpan
Protected ReadOnly Property CurrentGlobalTime As TimeSpan

Property Value

The current global time for the WPF timing system.

Applies to