VieSched++
VieVS VLBI Scheduling Software
anonymous_namespace{DateTime.h} Namespace Reference

Variables

static int daysInMonth [2][13]
 
static int cumulDaysInMonth [2][13]
 

Variable Documentation

int anonymous_namespace{DateTime.h}::cumulDaysInMonth[2][13]
static
Initial value:
= {
{0, 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334},
{0, 0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335}
}
int anonymous_namespace{DateTime.h}::daysInMonth[2][13]
static
Initial value:
= {
{0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31},
{0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}
}