Function EN Version 1.90

@Second

List Misc TimeDate

Syntax

@Second(TD1);
@Second(TDLIST1);
@Second(TD1;TEXTOPTIONS);
@Second(TDLIST1;TEXTOPTIONS);

Description

Returns the seconds of TD/TDLIST TD1/TDLIST1 value.

If the @Function is called with the parameter TEXTOPTIONS , it determines the return type.
F=like without specifying TEXTOPTIONS (return data type = FLOAT/FLOATLIST)
A=return data type = TEXT/TEXTLIST
A2=return data type = TEXT/TEXTLIST; minimum text length 2 characters

Example: @Second(TD1)

TD1:=[30.09.93 14:35];
@Second(TD1);

returns 0

Example: @Second(TDLIST1)

TDLIST1:=[30.09.93 14:35]:[31.12.93 23:55:30];
@Second(TDLIST1);

returns 0:30

Example: @Second(TD1;TEXTOPTIONS)

TD1:=[30.09.93 14:35];
@Second(TD1;"A2");

returns "00"

Note : This text was machine-translated and may contain inaccuracies.