EasyManua.ls Logo

Crestron SIMPL+ - MONTH Function

Crestron SIMPL+
374 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Crestron SIMPL+
®
Software
Language Reference Guide - DOC. 5797G SIMPL+
®
z 253
MONTH
Name:
Month
Syntax:
STRING Month();
Description:
Returns the current month as a string.
Parameters:
None.
Return Value:
The current month is returned in a string. Valid returns are January, February, March,
April, May, June, July, August, September, October, November, or December.
Example:
STRING TheMonth$[100];
FUNCTION MAIN()
{
TheMonth$=MONTH();
PRINT(“The Month is %s\n”, TheMonth$);
}
An example output of this would be “The Month is September”.
Version:
SIMPL+ Version 1.00

Table of Contents