timehour()
Previous  Next

Returns the hour of the specified unix time.
double timehour(double seconds // unix time
);


Parameters
seconds
[in] double is the number of seconds elapsed since midnight (00:00:00), January 1, 1970.
Returned value
Hour of the specified time.
Example:
int h=timehour(timeb(0));