ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
CalendarDate Member List

This is the complete list of members for CalendarDate, including all inherited members.

CalendarDate()=defaultCalendarDate
CalendarDate(const CalendarDate &) noexcept=defaultCalendarDate
CalendarDate(CalendarDate &&) noexcept=defaultCalendarDate
CalendarDate(int year, int month, int day, int dayOfWeek=-1)CalendarDateinline
CalendarDate(lang::Timezone timezone)CalendarDateinlineexplicit
CalendarDate(const CalendarDateTime &calendarDateTime)CalendarDateinlineexplicit
CalendarDate(const DateTime &dateTime, lang::Timezone timezone)CalendarDateinline
Day() constCalendarDateinline
DayOfWeek() constCalendarDateinline
Get(lang::Timezone timezone=lang::Timezone::Local, int hour=12, int minute=0, int second=0) constCalendarDate
Month() constCalendarDateinline
operator!=(const CalendarDate &other) constCalendarDateinline
operator+(int daysToAdd) constCalendarDate
operator++()CalendarDate
operator++(int)CalendarDateinline
operator+=(int daysToAdd)CalendarDateinline
operator-(int daysToSubtract) constCalendarDateinline
operator--()CalendarDate
operator--(int)CalendarDateinline
operator-=(int daysToSubtract)CalendarDateinline
operator<(const CalendarDate &other) constCalendarDateinline
operator<=(const CalendarDate &other) constCalendarDateinline
operator=(const CalendarDate &) noexcept=defaultCalendarDate
operator=(CalendarDate &&) noexcept=defaultCalendarDate
operator==(const CalendarDate &other) constCalendarDateinline
operator>(const CalendarDate &other) constCalendarDateinline
operator>=(const CalendarDate &other) constCalendarDateinline
Set(int year, int month, int day, int dayOfWeek=-1)CalendarDate
Set(const DateTime &dateTime, lang::Timezone timezone)CalendarDate
stampCalendarDateprotected
ToCalendarDateTime() constCalendarDate
Year() constCalendarDateinline
~CalendarDate() noexcept=defaultCalendarDate