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 FILETIME C# public FILETIME TimeStamp { get; set; }
C++ public:
property FILETIMETimeStamp {
FILETIMEget();
void set(FILETIMEvalue);
}JScript public function get TimeStamp() : FILETIME
public function set TimeStamp(FILETIME);
Property Value
System.Runtime.InteropServices.FILETIME
This property is read/write.
.gif)