Inheritance diagram for UDateFormat:
UDateFormat helps you to format and parse dates for any locale. Your code can be completely independent of the locale conventions for months, days of the week, or even the calendar format: lunar vs. solar.
See this page for full details.
Definition at line 110 of file UDateFormat.d.
|
Definition at line 114 of file UDateFormat.d. |
|
Definition at line 116 of file UDateFormat.d. Referenced by format(). |
|
Use this for the primary argument-type to most ICU functions |
|
Definition at line 118 of file UDateFormat.d. |
|
Definition at line 129 of file UDateFormat.d. |
|
Definition at line 158 of file UDateFormat.d. |
|
ICU error codes (the ones which are referenced) |
|
Close a UDateFormat Definition at line 191 of file UDateFormat.d. |
|
Open a new UDateFormat for formatting and parsing dates and time. Definition at line 177 of file UDateFormat.d. References date, ICU::testError(), time, and ICU::toString(). |
|
Format a date using an UDateFormat Definition at line 202 of file UDateFormat.d. References date, UString::format(), and UFieldPos. |
|
Parse a string into an date/time using a UDateFormat Definition at line 218 of file UDateFormat.d. References UText::content, UText::len, and ICU::testError(). |
|
Set the UCalendar associated with an UDateFormat. A UDateFormat uses a UCalendar to convert a raw value to, for example, the day of the week. Definition at line 235 of file UDateFormat.d. References UCalendar::handle. |
|
Get the UCalendar associated with this UDateFormat Definition at line 246 of file UDateFormat.d. References UCalendar. |
|
Set the UNumberFormat associated with an UDateFormat.A UDateFormat uses a UNumberFormat to format numbers within a date, for example the day number. Definition at line 260 of file UDateFormat.d. References UNumberFormat::handle. |
|
Get the year relative to which all 2-digit years are interpreted Definition at line 272 of file UDateFormat.d. References ICU::testError(). |
|
Set the year relative to which all 2-digit years are interpreted Definition at line 288 of file UDateFormat.d. References ICU::testError(). |
|
Extract the pattern from a UDateFormat Definition at line 302 of file UDateFormat.d. References UString::format(). |
|
Set the pattern for a UDateFormat Definition at line 318 of file UDateFormat.d. References UText::get(), and UText::length(). |
|
Specify whether an UDateFormat will perform lenient parsing. Definition at line 329 of file UDateFormat.d. |
|
Determine if an UDateFormat will perform lenient parsing. Definition at line 340 of file UDateFormat.d. |
|
Definition at line 127 of file ICU.d. Referenced by UConverter::detectSignature(), UString::format(), and UConverter::this(). |
|
|
Definition at line 155 of file ICU.d. Referenced by UConverter::compareNames(), UResourceBundle::getResource(), UResourceBundle::getString(), UCalendar::getTimeZoneName(), UMessageFormat::setLocale(), UResourceBundle::this(), UMessageFormat::this(), this(), UText::toLower(), ICU::toString(), and UText::toUpper(). |
|
Definition at line 175 of file ICU.d. References ICU::toString(). |
|
Definition at line 184 of file ICU.d. References strlen(). |
|
Definition at line 193 of file ICU.d. References wcslen(). |
|
Definition at line 202 of file ICU.d. References strlen(). Referenced by UConverter::detectSignature(), UResourceBundle::getKey(), UResourceBundle::getLocale(), UMessageFormat::getLocale(), and UConverter::getName(). |
|
Definition at line 213 of file ICU.d. References wcslen(). |
|
Definition at line 112 of file UDateFormat.d. |