- context
- the context is required only if the time is shown
- formatter
- the Formatter used for formatting the date range. Note: be sure to call setLength(0) on StringBuilder passed to the Formatter constructor unless you want the results to accumulate.
- startMillis
- the start time in UTC milliseconds
- endMillis
- the end time in UTC milliseconds
- flags
- a bit mask of options See DateUtils.FormatDateRange(Android.Content.Context, Java.Util.Formatter, Java.Util.Formatter, Java.Util.Formatter, Java.Util.Formatter, Java.Util.Formatter)
Documentation for this section has not yet been entered.
Formats a date or a time range according to the local conventions.
Note that this is a convenience method for formatting the date or time range in the local time zone. If you want to specify the time zone please use DateUtils.FormatDateRange(Android.Content.Context, Java.Util.Formatter, Java.Util.Formatter, Java.Util.Formatter, Java.Util.Formatter, Java.Util.Formatter).