Beamlib
3.0.1
This is the Beam C++ class library.
Functions
|
Variables
BTimeUs.cpp File Reference
#include <
BTimeUs.h
>
#include <stdio.h>
Functions
static bool
yearIsLeap
(
BUInt16
year)
static
BUInt16
yearDays
(
BUInt16
year)
Variables
static
BUInt16
monDays
[2][13]
Function Documentation
◆
yearIsLeap()
static bool yearIsLeap
(
BUInt16
year
)
inline
static
◆
yearDays()
static
BUInt16
yearDays
(
BUInt16
year
)
inline
static
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 }
}
Generated by
1.9.1