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 で再起動します

適用対象