( |
|
|
|||
Returns the amount of minutes that have passed since 00:00:00. Secons are returned as decimals |
Parameters: | |
The time value that will be converted into minutes. | |
global procedure OnApplicationStartup() begin time t; stopalert(TimeToVal3(CurrentTime)); return; end;
Related topics: |