Field-Map Scripting

4.1.12.14 FormatElapsedTime

FormatElapsedTime function


Prototype:

function FormatElapsedTime(const Seconds_ :integer) :string;

Description:

Converts numerical representation of seconds to textual form.

Syntax:

FormatElapsedTime(Seconds); / variable:= FormatElapsedTime(Seconds);


Part

Description


variable

Variable declared as a string


Seconds

an integer containing seconds

Return value:

string time



See also:                

Day; Month; Year; DecodeDate; DecodeDateExt; DecodeDateTimeExt; YearOf; MonthOf; DayOf; DaysInAMonth; StrToDateTime; DateToStr; DateTimeAsString; FormatElapsedTime; Date; Now; IncMonth; IncDay;