Android.Text.Format.DateFormat Members

The members of Android.Text.Format.DateFormat are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
AmPmchar.
const
CapitalAmPmchar.
const
Datechar.
const
Daychar.
const
Hourchar.
const
HourOfDaychar.
const
Minutechar.
const
Monthchar.
const
Quotechar.
const
Secondschar.
const
StandaloneMonthchar.
const
TimeZonechar.
const
Yearchar.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.