Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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"
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) |
uint8_t FX_DaysInMonth | ( | int32_t | iYear, |
uint8_t | iMonth ) |
Definition at line 69 of file cfx_datetime.cpp.
bool FX_IsLeapYear | ( | int32_t | iYear | ) |
Definition at line 78 of file cfx_datetime.cpp.