Implementazione del comando SDATETIME ()

Da ArcoWiki.
Versione del 7 giu 2018 alle 09:39 di Slia (Discussione | contributi) (Creata pagina con "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><s...")
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)

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.