Crestron simpl plus language ref 사용자 설명서

다운로드
페이지 374
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