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

Go to the source code of this file.

Classes

struct  FFLiDateTime

Functions

 NN_STATIC_ASSERT (sizeof(FFLiDateTime)==0x18)
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 ()

Function Documentation

◆ NN_STATIC_ASSERT()

NN_STATIC_ASSERT ( sizeof(FFLiDateTime) = =0x18)

◆ 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 ( )