#include <base/string/Locale.h>
Inherits Object.
Inherited by Locale.
Date and time formatting.
◆ DateFormatSet()
DateFormatSet::DateFormatSet |
( |
| ) |
|
|
noexcept |
Initializes object with POSIX settings.
◆ getAM()
const String& DateFormatSet::getAM |
( |
| ) |
const |
|
inlinenoexcept |
◆ getDateSeparator()
char DateFormatSet::getDateSeparator |
( |
| ) |
const |
|
inlinenoexcept |
◆ getLongDateFormat()
const String& DateFormatSet::getLongDateFormat |
( |
| ) |
const |
|
inlinenoexcept |
Returns short date format.
◆ getLongNameOfMonth()
String DateFormatSet::getLongNameOfMonth |
( |
unsigned int |
month | ) |
const |
|
inline |
Returns long name of month.
◆ getLongNameOfWeekday()
String DateFormatSet::getLongNameOfWeekday |
( |
unsigned int |
weekday | ) |
const |
|
inline |
Returns long name of weekday.
◆ getLongTimeFormat()
const String& DateFormatSet::getLongTimeFormat |
( |
| ) |
const |
|
inlinenoexcept |
Returns long time format.
◆ getMediumTimeFormat()
const String& DateFormatSet::getMediumTimeFormat |
( |
| ) |
const |
|
inlinenoexcept |
Returns medium time format.
◆ getPM()
const String& DateFormatSet::getPM |
( |
| ) |
const |
|
inlinenoexcept |
◆ getShortDateFormat()
const String& DateFormatSet::getShortDateFormat |
( |
| ) |
const |
|
inlinenoexcept |
Returns short date format.
◆ getShortNameOfMonth()
String DateFormatSet::getShortNameOfMonth |
( |
unsigned int |
month | ) |
const |
|
inline |
Returns short name of month.
◆ getShortNameOfWeekday()
String DateFormatSet::getShortNameOfWeekday |
( |
unsigned int |
weekday | ) |
const |
|
inline |
Returns short name of weekday.
◆ getShortTimeFormat()
const String& DateFormatSet::getShortTimeFormat |
( |
| ) |
const |
|
inlinenoexcept |
Returns short time format.
◆ getTimeSeparator()
char DateFormatSet::getTimeSeparator |
( |
| ) |
const |
|
inlinenoexcept |
◆ setLongDateFormat()
void DateFormatSet::setLongDateFormat |
( |
const String & |
format | ) |
|
|
noexcept |
Returns long date format.
◆ setLongTimeFormat()
void DateFormatSet::setLongTimeFormat |
( |
const String & |
format | ) |
|
|
noexcept |
◆ setMediumDateFormat()
void DateFormatSet::setMediumDateFormat |
( |
const String & |
format | ) |
|
|
noexcept |
Returns medium date format.
◆ setMediumTimeFormat()
void DateFormatSet::setMediumTimeFormat |
( |
const String & |
format | ) |
|
|
noexcept |
◆ setShortDateFormat()
void DateFormatSet::setShortDateFormat |
( |
const String & |
format | ) |
|
|
noexcept |
◆ setShortTimeFormat()
void DateFormatSet::setShortTimeFormat |
( |
const String & |
format | ) |
|
|
noexcept |