Android.Text.Format.DateFormat: Method Members

The methods of Android.Text.Format.DateFormat are listed below. For a list of all members, see the DateFormat Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
Format(string, Java.Util.Calendar) : string
Documentation for this section has not yet been entered.
static
Format(string, Java.Util.Date) : string
Documentation for this section has not yet been entered.
static
Format(string, long) : string
Documentation for this section has not yet been entered.
static
FormatFormatted(Java.Lang.ICharSequence, Java.Util.Calendar) : Java.Lang.ICharSequence
Given a format string and a Java.Util.Calendar object, returns a CharSequence containing the requested date.
static
FormatFormatted(Java.Lang.ICharSequence, Java.Util.Date) : Java.Lang.ICharSequence
Given a format string and a Java.Util.Date object, returns a CharSequence containing the requested date.
static
FormatFormatted(Java.Lang.ICharSequence, long) : Java.Lang.ICharSequence
Given a format string and a time in milliseconds since Jan 1, 1970 GMT, returns a CharSequence containing the requested date.
static
GetBestDateTimePattern(Java.Util.Locale, string) : string
Returns the best possible localized form of the given skeleton for the given locale.
static
GetDateFormat(Android.Content.Context) : Java.Text.DateFormat
Returns a Java.Text.DateFormat object that can format the date in short form (such as 12/31/1999) according to the current locale and the user's date-order preference.
static
GetDateFormatOrder(Android.Content.Context) : char[]
Gets the current date format stored as a char array.
static
GetLongDateFormat(Android.Content.Context) : Java.Text.DateFormat
Returns a Java.Text.DateFormat object that can format the date in long form (such as Monday, January 3, 2000) for the current locale.
static
GetMediumDateFormat(Android.Content.Context) : Java.Text.DateFormat
Returns a Java.Text.DateFormat object that can format the date in medium form (such as Jan 3, 2000) for the current locale.
static
GetTimeFormat(Android.Content.Context) : Java.Text.DateFormat
Returns a Java.Text.DateFormat object that can format the time according to the current locale and the user's 12-/24-hour clock preference.
static
Is24HourFormat(Android.Content.Context) : bool
Returns true if user preference is set to 24-hour format.