IPXC_CollectionFolder::CreationDate Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 6: Line 6:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CreationDate([out, retval] DATE* date);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CreationDate([out, retval] DATE* pDate);
HRESULT put_CreationDate([in] DATE date);
+
HRESULT put_CreationDate([in] DATE pDate);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_CollectionFolder|IPXC_CollectionFolder]].
 
See also [[PXV:IPXC_CollectionFolder|IPXC_CollectionFolder]].

Revision as of 11:56, 24 March 2015

Property CreationDate of interface IPXC_CollectionFolder returns/sets Value of DATE ...


Syntax

HRESULT get_CreationDate([out, retval] DATE* pDate);
HRESULT put_CreationDate([in] DATE pDate);

See Also

See also IPXC_CollectionFolder.