InputEventArgs.Timestamp 属性

定义

获取此事件发生时的时间。

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

属性值

自上次重新启动以来经过的毫秒数。 大约 24.9 天后,此值到达 Int32.MaxValue ,并在 (负) Int32.MinValue 时重新启动。

适用于