执行SDATETIME()命令

来自ArcoWiki
Slia讨论 | 贡献2018年6月7日 (四) 09:40的版本 (创建页面,内容为“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 />…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

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.