FFL
Loading...
Searching...
No Matches
FFLiDateTime.cpp File Reference

Functions

s64 FFLiGetTick ()
void FFLiGetDateTimeNow (FFLiDateTime *pDateTime)
void FFLiGetNowDateTime (s32 *pYear, s32 *pMonth, s32 *pDay, s32 *pHour, s32 *pMinute, s32 *pSecond)
bool FFLiIsLeapYear (s32 year)
s32 FFLiGetMonthOfDay (s32 month)
s32 FFLiDateToDays (s32 year, s32 month, s32 day)
s32 FFLiGetSecondsFrom_2000_01_01 ()

Variables

static const s32 MONTH_OF_DAY [12+1]

Function Documentation

◆ FFLiGetTick()

s64 FFLiGetTick ( )

◆ FFLiGetDateTimeNow()

void FFLiGetDateTimeNow ( FFLiDateTime * pDateTime)

◆ FFLiGetNowDateTime()

void FFLiGetNowDateTime ( s32 * pYear,
s32 * pMonth,
s32 * pDay,
s32 * pHour,
s32 * pMinute,
s32 * pSecond )

◆ FFLiIsLeapYear()

bool FFLiIsLeapYear ( s32 year)

◆ FFLiGetMonthOfDay()

s32 FFLiGetMonthOfDay ( s32 month)

◆ FFLiDateToDays()

s32 FFLiDateToDays ( s32 year,
s32 month,
s32 day )

◆ FFLiGetSecondsFrom_2000_01_01()

s32 FFLiGetSecondsFrom_2000_01_01 ( )

Variable Documentation

◆ MONTH_OF_DAY

const s32 MONTH_OF_DAY[12+1]
static
Initial value:
= {
0,
31,
29,
31,
30,
31,
30,
31,
31,
30,
31,
30,
31
}