The 'GetDateDay' function returns the current day that is stored in 'Windows OS'.
int @GetDateDay();
Parameters
none
Return Value
current day
Example
d = @GetDateDay();
Description : Assume that the current day is 1st. '1' is stored in the variable named 'd'.
Reference