libcommonc++  0.7
Date.c++ File Reference
#include "commonc++/Date.h++"
#include <ctime>
Include dependency graph for Date.c++:

Namespaces

 ccxx
 

Variables

static const uint_t __daysInMonth [] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }
 
static const uint_t __daysInYearAccum [] = { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334 }
 
static const uint_t __daysInLeapYearAccum [] = {0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335 }