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