Function GetTotalSeconds()


GetTotalSeconds is a built-in function that may appear within any expression. As shown below, it may therefore only appear in green fields (green denotes an expression).

Usage: GetTotalSeconds(timestamp)
Syntax: GetTotalSeconds(expression)

Function names are not case sensitive.

The timestamp may be expressed as an expression embedded within the function argument.

It evaluates to an integer containing the number of elapsed seconds since January 1, 2000. The purpose for the GetTotalSeconds function is to permit evaluating elapsed time between two timestamps.

Example: Assign elapsed_on_time = gettotalseconds(timestamp) - gettotalseconds(off_time) calculate elapsed time


© 2014 ComroeStudios LLC. All Rights Reserved.