Namespaces | |
namespace | JetByteTools |
namespace | JetByteTools::Core |
namespace | JetByteTools::Core::Windows |
Functions | |
static int | GetDaysThisYearFrom (const SYSTEMTIME &date1, const SYSTEMTIME &date2) |
static int | GetDaysThisYearTo (const SYSTEMTIME &date) |
static const TCHAR * | GetDay (WORD day) |
static const TCHAR * | GetMonth (WORD month) |
static const char * | GetDayA (WORD day) |
static const char * | GetMonthA (WORD month) |
static void | ValidateInRangeForDisplay (const SYSTEMTIME &date, const _tstring &location) |
Variables | |
static const __int64 | s_millisecondsInADay = 1000 * 60 * 60 * 24 |