The methods 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
| 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) | |