IPXV_JSValue::GetDate Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
(No difference)
|
Latest revision as of 03:26, 20 February 2017
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetDate([in, defaultvalue(30.12.1899 0:00:00)] DATE nDefVal, [out, retval] DATE* nVal);
Parameters
- nDefVal
- [in, defaultvalue(30.12.1899 0:00:00)] Value of DATE.
- nVal
- [out, retval] Pointer to DATE.
Return Value
Returns S_OK if operation was successful or error code in other cases.