Clock.CurrentGlobalTime Propiedad

Definición

Obtiene la hora global actual, según lo establecido por el sistema de control de tiempo de WPF.

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

Valor de propiedad

TimeSpan

Hora global actual del sistema de control de tiempo de WPF.

Se aplica a