Share via


BufferedData.TimeStamp Property (Microsoft.DirectX.DirectInput)

System time at which the input event was generated, in milliseconds. This value wraps around approximately every 50 days. See Remarks. When the structure is used with the Inputdevice9Senddevicedata method, this member must be 0.

Definition

Visual Basic Public ReadOnly Property TimeStamp As Integer
C# public int TimeStamp { get; }
C++ public:
property int TimeStamp {
        int get();
}
JScript public function get TimeStamp() : int

Property Value

System.Int32

This property is read-only.