ActionFormat.TimeStamp Property (Microsoft.DirectX.DirectInput)

FILETIME structure that receives the time at which this action map was last written to disk. See Remarks.

Definition

Visual Basic Public Property TimeStamp As FILETIMELeave Site
C# public FILETIMELeave Site TimeStamp { get; set; }
C++ public:
property FILETIMELeave Site TimeStamp {
        FILETIMELeave Site get();
        void set(FILETIMELeave Site value);
}
JScript public function get TimeStamp() : FILETIMELeave Site
public function set TimeStamp(FILETIMELeave Site);

Property Value

System.Runtime.InteropServices.FILETIME

This property is read/write.