Electronics and Software
Engineering Innovation
Beam-lib  2.15.1
BTime.cpp File Reference
#include <BTime.h>

Functions

static bool yearIsLeap (BUInt16 year)
 
static BUInt16 yearDays (BUInt16 year)
 

Variables

static BUInt16 monDays [2][13]
 

Function Documentation

◆ yearDays()

static BUInt16 yearDays ( BUInt16  year)
inlinestatic

◆ yearIsLeap()

static bool yearIsLeap ( BUInt16  year)
inlinestatic

Variable Documentation

◆ monDays

BUInt16 monDays[2][13]
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 }
}