Project.SavedDateTime

Description

Returns the date and time when the Project was last saved. The value is returned in the Date object of the scripting language you are using ('time' for Python). Check you scripting language's documentation for details on how to use these objects.

C# Syntax

// get accessor
DateTime rtn = Project.SavedDateTime;

Examples

VBScript Example

'
'	This example displays the saved date of the active Project
'
LogMessage ActiveProject2.SavedDateTime