PutTime method
- Last UpdatedJul 23, 2024
- 1 minute read
Stores a VBFILETIME value in the MxValue. The MxValue's data type will be MxTime.
Class
IMxValue
Syntax
[C#]
void PutTime(
ref VBFILETIME pNewVal
);
[Visual C++]
HRESULT PutTime(
[in] VBFILETIME *pNewVal
);
Parameters
pNewVal
The value that will be stored in the MxValue object.
Returns
S_OK - Success