Time - Crestron SIMPL+ Reference Manual

Language reference guide
Hide thumbs Also See for SIMPL+:
Table of Contents

Advertisement

Software
®
256
SIMPL+

TIME

Name:
Time
Syntax:
STRING TIME();
Description:
Returns a string containing the current system time.
Parameters:
None.
Return Value:
The return string contains the time in HH:MM:SS format, in 24-hour time. If a value
is not two digits wide, it is padded with leading zeros.
Example:
STRING TheTime$[100];
FUNCTION MAIN()
{
TheTime$=TIME();
PRINT("The Time is %s\n", TheTime$);
}
An example output from this would be "The Time is 14:25:32".
Version:
SIMPL+ Version 1.00
Crestron SIMPL+
Language Reference Guide - DOC. 5797G
®

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SIMPL+ and is the answer not in the manual?

Table of Contents

Save PDF