IPXC_FileSpec::FieldDate Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_FileSpec::FieldDate Property}}
 
{{#customTitle:IPXC_FileSpec::FieldDate Property}}
{{#parentPage:PXV:IPXC_FileSpec#Properties|FieldDate Property|property}}
+
{{#parentPage:PXV:IPXC_FileSpec#Properties|FieldDate|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 10:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT get_FieldDate([in]          LPWSTR  sName,
 
<pre class="brush:cpp;gutter:false">HRESULT get_FieldDate([in]          LPWSTR  sName,
                       [out, retval]  DATE*  pValue);
+
                       [out, retval]  DATE*  stValue);
 
HRESULT put_FieldDate([in]  LPWSTR  sName,
 
HRESULT put_FieldDate([in]  LPWSTR  sName,
                       [in]  DATE    pValue);
+
                       [in]  DATE    stValue);
 
</pre>
 
</pre>
  

Latest revision as of 03:27, 15 June 2015


Property FieldDate of interface IPXC_FileSpec returns/sets Value of DATE ...

Syntax

HRESULT get_FieldDate([in]           LPWSTR  sName,
                      [out, retval]  DATE*   stValue);
HRESULT put_FieldDate([in]  LPWSTR  sName,
                      [in]  DATE    stValue);

Parameters

sName
[in] Value of LPWSTR.

See Also

IPXC_FileSpec