IPXC_FileSpec::FieldDate Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_FileSpec::FieldDate Property}} | {{#customTitle:IPXC_FileSpec::FieldDate Property}} | ||
+ | {{#parentPage:PXV:IPXC_FileSpec#Properties|FieldDate|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Property '''FieldDate''' of interface [[PXV:IPXC_FileSpec|IPXC_FileSpec]] returns/sets Value of DATE ... | Property '''FieldDate''' of interface [[PXV:IPXC_FileSpec|IPXC_FileSpec]] returns/sets Value of DATE ... | ||
− | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_FieldDate([in] | + | <pre class="brush:cpp;gutter:false">HRESULT get_FieldDate([in] LPWSTR sName, |
− | HRESULT put_FieldDate([in] | + | [out, retval] DATE* stValue); |
+ | HRESULT put_FieldDate([in] LPWSTR sName, | ||
+ | [in] DATE stValue); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;sName |
− | :[in] Value of | + | :[in] Value of LPWSTR. |
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_FileSpec|IPXC_FileSpec]] |
Latest revision as of 02: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.