Returns the date and time that the project file was last modified.

Type Info:

DateTimeModified As Date
Example:
Dim ProjFile As ProjectFile
Dim ModificationDate As Date

Set ProjFile = Application.ActiveProjectFile

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

See also:

Class ProjectFile

Last Updated: 04/27/05