Returns the date and time that the project file was created.

Type Info:

DateTimeCreated As Date
Example:
Dim ProjFile As ProjectFile
Dim CreationDate As Date

Set ProjFile = Application.ActiveProjectFile

CreationDate = ProjFile.DateTimeCreated
Remarks: Read-only property.

See also:

Class ProjectFile

Last Updated: 04/27/05