ApplicationStartTime()

Provides information about the time when the current application scope was created.

ApplicationStartTime( );

Returns: date

This function does not take any arguments.

Examples

app_start = ApplicationStartTime();
dump(app_start);

See also