Get the month of the date.
Definition at line 451 of file osutil.inl.
References theTime.
{ struct tm ts; return (Months)(os_localtime(&theTime, &ts)->tm_mon+January); }