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 处重新启动。

适用于