This section contains general functions, which are quite often used in applications, like the calculation of the current day of the week. In the future more functions will be added to this section.
To be able to use the miscellaneous functions, include the following header file and source file in your project.
Header file | misc.h (source) |
---|---|
Source file | misc.c (source) |
WhatDayOfWeek() | Return an integer value representing the current day of the week. |
GetWeekNumber() | Return a short integer value representing the current week number of todays date. |