GetTime method
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the value stored in the MxValue as a VBFILETIME.
Class
IMxValue
Syntax
[C#]
void GetTime(
out VBFILETIME pVal
);
[Visual C++]
HRESULT GetTime(
[out] VBFILETIME *pVal
);
Parameters
pVal
Receives the value.
Returns
S_OK - Success
MX_E_ConversionNotSupported - The stored value is a type that cannot be converted to VBFILETIME.
MX_E_UnableToConvertString - The string held in the MxValue cannot be converted to a VBFILETIME.
E_POINTER - An invalid pointer was passed in.