Home > Available Help Files > PC-DMIS BASIC Language > Language Reference A – Z > Time Function > Example - Time Function
Opens an email to send feedback to the Documentation TeamCurrent Help File: PC-DMIS Basic (View Core Help)
Expand all
Example - Time Function
Sub Main
x = Time$(Now)
Print x
End Sub