IPXV_JSValue::GetDate Method

From PDF XChange PDF SDK
Jump to: navigation, search


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.

See Also

IPXV_JSValue