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
QCalendar::YearMonthDay Struct Reference

#include <qcalendar.h>

Collaboration diagram for QCalendar::YearMonthDay:

Public Member Functions

 YearMonthDay ()=default
 YearMonthDay (int y, int m=1, int d=1)
bool isValid () const

Public Attributes

int year = Unspecified
int month = Unspecified
int day = Unspecified

Detailed Description

Definition at line 58 of file qcalendar.h.

Constructor & Destructor Documentation

◆ YearMonthDay() [1/2]

QCalendar::YearMonthDay::YearMonthDay ( )
default

◆ YearMonthDay() [2/2]

QCalendar::YearMonthDay::YearMonthDay ( int y,
int m = 1,
int d = 1 )
inline

Definition at line 61 of file qcalendar.h.

Member Function Documentation

◆ isValid()

bool QCalendar::YearMonthDay::isValid ( ) const
inline

Definition at line 63 of file qcalendar.h.

Member Data Documentation

◆ day

int QCalendar::YearMonthDay::day = Unspecified

Definition at line 69 of file qcalendar.h.

◆ month

int QCalendar::YearMonthDay::month = Unspecified

Definition at line 68 of file qcalendar.h.

◆ year

int QCalendar::YearMonthDay::year = Unspecified

Definition at line 67 of file qcalendar.h.


The documentation for this struct was generated from the following file: