Mobile API Reference  MicroStrategy 2019
TimeUtil.h File Reference

Go to the source code of this file.

Variables

const short DaysInMonth [12] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}
 
const short DaysBeforeMonth [12] = {0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334}
 
const short DateAbove1970 []
 

Variable Documentation

◆ DateAbove1970

const short DateAbove1970[]

◆ DaysBeforeMonth

const short DaysBeforeMonth[12] = {0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334}

◆ DaysInMonth

const short DaysInMonth[12] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}