InputEventArgs.Timestamp Propiedad

Definición

Obtiene la hora a la que se produjo este evento.

public:
 property int Timestamp { int get(); };
public int Timestamp { get; }
member this.Timestamp : int
Public ReadOnly Property Timestamp As Integer

Valor de propiedad

Número de milisegundos que han transcurrido desde el último reinicio. Después de unos 24,9 días, este valor alcanza Int32.MaxValue y se reinicia en (el negativo) Int32.MinValue.

Se aplica a