Table of Content
HAL Forum
function val TimeToVal3 (
time TimeVal)
Description:
Returns the amount of minutes that have passed since 00:00:00. Secons are returned as decimals
Parameters:
TimeVal The time value that will be converted into minutes.
global
procedure OnApplicationStartup() 
begin
  time t;

  stopalert(TimeToVal3(CurrentTime));

  return;
end;

Related topics:
««