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.h File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include <stdint.h>
+ Include dependency graph for cfx_datetime.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CFX_DateTime
 

Functions

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

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.