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

(3dce9b5818576f04ce21cec4b3686eda012e5b65)

#include "core/fxcrt/cfx_datetime.h"
#include "build/build_config.h"
#include "core/fxcrt/fx_extension.h"
#include "core/fxcrt/fx_system.h"
#include "third_party/base/check.h"
#include "third_party/base/containers/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.

◆ FX_IsLeapYear()

bool FX_IsLeapYear ( int32_t iYear)

Definition at line 78 of file cfx_datetime.cpp.