Crestron SIMPL+
Language Reference Guide - DOC. 5797G
®
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
Software
®
SIMPL+
253
Need help?
Do you have a question about the SIMPL+ and is the answer not in the manual?
Questions and answers