10.10.5 AsSeconds
AsNumber returns the supplied Time as the number of seconds since 00:00:00
Input Parameters
None
Example
In this example, if #Time had a value of 12:34:56, the result would be 45296:
#Seconds := #Time.AsSeconds
Ý 10.10 Time Intrinsic Functions