Implementação do comando SDATETIME ()

Da wiki ArcoWiki
Revisão em 09h40min de 7 de junho de 2018 por Slia (Discussão | contribs) (Criou a página com "Implementation of the is a standard DMIS 5.2 command which return a string with date and time in the format 'YYYY/MM/DD HH:mm:SS.sss'<br /> The command is:<br /> <code>...")
(dif) ← Revisão anterior | Revisão atual (dif) | Revisão seguinte → (dif)
Ir para: navegação, pesquisa

Implementation of the is a standard DMIS 5.2 command which return a string with date and time in the format 'YYYY/MM/DD HH:mm:SS.sss'
The command is:

$$Begin Example…

DECL/CHAR,100,string_time
start_time = ASSIGN/SDATETIME()


Refer to Calculating the elapsed time for further Example and details on this function.