Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cfx_datetime.cpp File Reference

(08e24b2ba6847221abd35e9b994206b764d6b322)

#include "core/fxcrt/cfx_datetime.h"
#include "build/build_config.h"
#include "core/fxcrt/check.h"
#include "core/fxcrt/fx_extension.h"
#include "core/fxcrt/fx_system.h"
#include "core/fxcrt/span.h"
Include dependency graph for cfx_datetime.cpp:

Go to the source code of this file.

Functions

uint8_t FX_DaysInMonth (int32_t iYear, uint8_t iMonth)
bool FX_IsLeapYear (int32_t iYear)

Function Documentation

◆ FX_DaysInMonth()

uint8_t FX_DaysInMonth ( int32_t iYear,
uint8_t iMonth )

Definition at line 69 of file cfx_datetime.cpp.

References FX_IsLeapYear().

Here is the call graph for this function:

◆ FX_IsLeapYear()

bool FX_IsLeapYear ( int32_t iYear)

Definition at line 78 of file cfx_datetime.cpp.

Referenced by FX_DaysInMonth().

Here is the caller graph for this function: