Message-ID: <1765700913.8539.1711649023217.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8538_1358206068.1711649023217" ------=_Part_8538_1358206068.1711649023217 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Document.DateCreated

Document.DateCreated

Description

Returns a=20 DateTime object representing the date this document was create= d.=20
C#
=20
public System.DateTime DateCreated{ get; }=20
=20
vb.net
=20
Public ReadOnly Property DateCreated() As Date=20
=20

Remarks

MS Word equivalent: Fi= le menu > Properties > Statistics tab > Created:=20

Examples

=20
C#
=20
          DateTime oDateTime =3D oDocument.DateCreated;
        
=20
vb.net
=20
          Dim oDateTime As DateTime =3D oDocument.DateCreated
        
=20
------=_Part_8538_1358206068.1711649023217--