InputEventArgs.Timestamp 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個事件發生的時間。
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 重新啟動。