Returns a DateTime object representing the date this document was created.

 public System.DateTime DateCreated{ get; }
Public ReadOnly Property DateCreated() As Date

MS Word equivalent: File menu > Properties > Statistics tab > Created:


          DateTime oDateTime = oDocument.DateCreated;
        

          Dim oDateTime As DateTime = oDocument.DateCreated