9#ifndef KHOLIDAYS_ASTROSEASONS_H
10#define KHOLIDAYS_ASTROSEASONS_H
12#include "kholidays_export.h"
Represents and manages the Astronomical Seasons (solstices and equinoxes).
Definition astroseasons.h:39
static QString seasonNameAtDate(const QDate &date)
Return the season as a text string for the specified date.
static Season seasonAtDate(const QDate &date)
Return the season for the specified Gregorian date.
static QDate seasonDate(Season season, int year)
Return the Gregorian date on which the season occurs in given year.
static QString seasonName(Season season)
Return the string representation of season.