Android.Text.Format Namespace
Remarks
This package contains alternative classes for some text formatting classes
defined in Java.Util and Java.Text. It also contains additional text formatting
classes for situations not covered by Java.Util or Java.Text.
Classes
| Type | Reason |
|---|---|
| AbbreviationLength | Enumerates values returned by several methods of AbbreviationLength and taken as a parameter of several methods of DateUtils. |
| DateFormat | Utility class for producing strings with formatted date/time. |
| DateUtils | This class contains various date-related utilities for creating text for things like elapsed time and date ranges, strings for days of the week and months, and AM/PM text etc. |
| DayOfWeek | Enumerates values returned by several types and taken as a parameter of the TtsSpan+DateBuilder.SetWeekday member. |
| FormatStyleFlags | Enumerates values returned by several methods of FormatStyleFlags and taken as a parameter of several methods of DateUtils. |
| Formatter | Utility class to aid in formatting common values that are not covered by the Formatter class in Java.Util |
| Time | An alternative to the Calendar and GregorianCalendar classes. |
| TimeFormatValues | Enumerates values returned by several methods of TimeFormatValues and taken as a parameter of the Time.GetActualMaximum member. |

