Returns the date and time the current program was last updated.
[ sUpdate = ] GetProgramLastUpdate ( )
The GetProgramLastUpdate procedure syntax has the following parts:
|
Name |
Type |
Description |
|
sUpdate |
BString |
Last update string |
This function returns a string containing the date and time the current program was last saved.
This info can be also obtained by using internal variable Program and with its property, VersionInfo, aversionInfoLastModifiedTime.
Print "The Program was Last Updated and Saved on:";
Print GetProgramLastUpdate( )
AProgram, AProgram.VersionInfo, GetProgramName, GetProgramSerialNum, GetProgramUut, GetProgramVersion