IPXC_DocumentInfo::CreationDate Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_DocumentInfo::CreationDate Property}}
 
{{#customTitle:IPXC_DocumentInfo::CreationDate Property}}
 +
{{#parentPage:PXV:IPXC_DocumentInfo#Properties|CreationDate|property}}
  
Property '''CreationDate''' of interface [[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]] returns  Value of DATE ...
+
Gets document's creation date.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CreationDate([out, retval] DATE* pDate);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CreationDate([out, retval] DATE* nDate);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]].
+
[[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]]

Latest revision as of 02:11, 20 October 2015

Gets document's creation date.

Syntax

HRESULT get_CreationDate([out, retval]  DATE*  nDate);

See Also

IPXC_DocumentInfo