The members of Android.Text.Format.DateUtils are listed below.
See Also: Inherited members from Java.Lang.Object
| A constructor used when creating managed representations of JNI objects; called by the runtime. | 
| 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! | 
| [read-only] static  | SameMonthTable | IList<int>. | 
| [read-only] static  | SameYearTable | IList<int>. | 
| [read-only] override  | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. | 
| [read-only] override  | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. | 
| static  | FormatDateRange(Android.Content.Context, long, long, FormatStyleFlags) Formats a date or a time range according to the local conventions. | |
| static  | FormatDateRange(Android.Content.Context, Java.Util.Formatter, long, long, FormatStyleFlags) Formats a date or a time range according to the local conventions. | |
| static  | FormatDateRange(Android.Content.Context, Java.Util.Formatter, long, long, FormatStyleFlags, string) Formats a date or a time range according to the local conventions. | |
| static  | FormatDateTime(Android.Content.Context, long, FormatStyleFlags) Formats a date or a time according to the local conventions. | |
| static  | FormatElapsedTime(long) Formats an elapsed time in the form "MM:SS" or "H:MM:SS" for display on the call-in-progress screen. | |
| static  | FormatElapsedTime(Java.Lang.StringBuilder, long) Formats an elapsed time in a format like "MM:SS" or "H:MM:SS" (using a form suited to the current locale), similar to that used on the call-in-progress screen. | |
| static  | FormatSameDayTime(long, long, AbbreviationLength, AbbreviationLength) Documentation for this section has not yet been entered. | |
| static  | FormatSameDayTimeFormatted(long, long, AbbreviationLength, AbbreviationLength) Format a date / time such that if the then is on the same day as now, it shows just the time and if it's a different day, it shows just the date. | |
| static  | GetAMPMString(int) Return a localized string for AM or PM. | |
| static  | GetDayOfWeekString(int, AbbreviationLength) Return a string for the day of the week. | |
| static  | GetMonthString(int, AbbreviationLength) Return a localized string for the month of the year. | |
| static  | GetRelativeDateTimeString(Android.Content.Context, long, long, long, FormatStyleFlags) Documentation for this section has not yet been entered. | |
| static  | GetRelativeDateTimeStringFormatted(Android.Content.Context, long, long, long, FormatStyleFlags) Return string describing the elapsed time since startTime formatted like "[relative time/date], [time]". | |
| static  | GetRelativeTimeSpanString(long) Documentation for this section has not yet been entered. | |
| static  | GetRelativeTimeSpanString(Android.Content.Context, long) Documentation for this section has not yet been entered. | |
| static  | GetRelativeTimeSpanString(Android.Content.Context, long, bool) Documentation for this section has not yet been entered. | |
| static  | GetRelativeTimeSpanString(long, long, long) Documentation for this section has not yet been entered. | |
| static  | GetRelativeTimeSpanString(long, long, long, FormatStyleFlags) Documentation for this section has not yet been entered. | |
| static  | GetRelativeTimeSpanStringFormatted(long) Returns a string describing the elapsed time since startTime. | |
| static  | GetRelativeTimeSpanStringFormatted(Android.Content.Context, long) Convenience function to return relative time string without preposition. | |
| static  | GetRelativeTimeSpanStringFormatted(Android.Content.Context, long, bool) | |
| static  | GetRelativeTimeSpanStringFormatted(long, long, long) Returns a string describing 'time' as a time relative to 'now'. | |
| static  | GetRelativeTimeSpanStringFormatted(long, long, long, FormatStyleFlags) Returns a string describing 'time' as a time relative to 'now'. | |
| static  | IsToday(long) | |