The fields of Android.Text.Format.DateUtils are listed below. For a list of all members, see the DateUtils Members list.
See Also: Inherited members from Java.Lang.Object
const | AbbrevMonthFormat | string. This is not actually a useful month name in all locales. |
const | AbbrevWeekdayFormat | string. |
const | DayInMillis | long (86400000). |
const | HourInMillis | long (3600000). |
const | HourMinute24 | string. This is not actually the preferred 24-hour date format in all locales. |
const | MinuteInMillis | long (60000). |
const | MonthDayFormat | string. |
const | MonthFormat | string. |
const | NumericMonthFormat | string. |
const | SecondInMillis | long (1000). |
const | WeekdayFormat | string. |
const | WeekInMillis | long (604800000). |
const | YearFormat | string. |
const | YearFormatTwoDigits | string. |
const | YearInMillis | long (31449600000). This constant is actually the length of 364 days, not of a year! |