Month - Crestron SIMPL+ Reference Manual

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

Advertisement

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

Advertisement

Table of Contents
loading

Table of Contents