timeday
Previous  Next

Returns the day of month (1 - 31) of the specified date.
int timeday(long timeb)
Parameters
timeb
[in] Datetime as number of seconds elapsed since midnight (00:00:00), January 1, 1970.
Returned value
Day of month (1 - 31) of the specified date.
Example:
int day=timeday(current_time);