GetModuleTimeStamp

(Engine-Level Function)

Description: Returns the timestamp of the module's source file, showing the last time it was synchronized with the application.
Returns: Numeric. (Timestamp as a double)
Usage: Script Only.
Function Groups: Modules - Basic
Related to: GetModuleText
Format: GetModuleTimestamp(Module)
Parameters:  
Module

Required. An object reference to the module whose source code file timestamp you are interested in obtaining.

Comments:

The return value is a double that is the timestamp of the module's source file the last time the ResyncDoc was called for the module in question.

ResyncDoc is called by the core product during compilation as well as during page / widget editing actions. This provides a quick way to get the timestamp of the module's SRC file at the time it was edited.