BuildDateTime
This property of the Project object tells you when the project was last built.
Usage |
tLastBuild = prjProject.BuildDateTime |
Example |
IF TTOD(Application.ActiveProject.BuildDateTime) < DATE() WAIT WINDOW "Haven't built this project today" NOWAIT ENDIF |
See Also |