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 重新啟動

適用於