EasyManua.ls Logo

Crestron SIMPL+ - GETDATENUM 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...
Software Crestron SIMPL+
®
244 z SIMPL+
®
Language Reference Guide - DOC. 5797G
GETDATENUM
Name:
GetDateNum
Syntax:
INTEGER GetDateNum();
Description:
Returns an integer corresponding to the current day of the month.
Parameters:
None.
Return Value:
The day of the month as an integer from 1 to 31.
Example:
INTEGER NumDateOfMonth;
FUNCTION MAIN()
{
NumDateOfMonth = GetDateNum();
PRINT(“The current day of the month is %d\n”, NumDateOfMonth);
}
An example output of this would be “The current day of the month is 25”.
Version:
SIMPL+ Version 1.00

Table of Contents