Android.Text.Format.DateUtils: Field Members

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

Public Fields

const
AbbrevMonthFormatstring. This is not actually a useful month name in all locales.
const
AbbrevWeekdayFormatstring.
const
DayInMillislong (86400000).
const
HourInMillislong (3600000).
const
HourMinute24string. This is not actually the preferred 24-hour date format in all locales.
const
MinuteInMillislong (60000).
const
MonthDayFormatstring.
const
MonthFormatstring.
const
NumericMonthFormatstring.
const
SecondInMillislong (1000).
const
WeekdayFormatstring.
const
WeekInMillislong (604800000).
const
YearFormatstring.
const
YearFormatTwoDigitsstring.
const
YearInMillislong (31449600000). This constant is actually the length of 364 days, not of a year!