Beam-lib 2.15.1 |
Functions | |
static bool | yearIsLeap (BUInt16 year) |
static BUInt16 | yearDays (BUInt16 year) |
Variables | |
static BUInt16 | monDays [2][13] |
Function Documentation
◆ yearDays()
◆ yearIsLeap()
| inlinestatic |
Variable Documentation
◆ monDays
| static |
Initial value:
= {
{ 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 },
{ 0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366 }
}
Generated by 1.8.14