SetTimeSep Function | |
Change the setting that determines the separation character to be used in time strings.
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax Remarks Examples
This example changes the way times are displayed from 24:00:00 to 24.00.00:
1FUNCTION Start()
2 SetTimeSep(Asc("."))
3 QOut(Time())
See Also