Dokumentation
time.cc File Reference
#include "time.h"
Include dependency graph for time.cc:Constants | |
| static const unsigned | days [4][12] |
| static const unsigned | days4y = 365 * 4 + 1 |
Variable Documentation
|
static |
Initial value:
= {
{ 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334},
{ 365, 396, 424, 455, 485, 516, 547, 577, 608, 638, 669, 699},
{ 730, 761, 790, 821, 851, 882, 912, 943, 974, 1004, 1035, 1065},
{ 1096, 1127, 1155, 1186, 1216, 1247, 1277, 1308, 1339, 1369, 1400, 1430},
}
|
static |