The members of Android.Text.Format.DateFormat 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. |
[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 | Format(string, Java.Util.Calendar)Documentation for this section has not yet been entered. | |
static | Format(string, Java.Util.Date)Documentation for this section has not yet been entered. | |
static | Format(string, long)Documentation for this section has not yet been entered. | |
static | FormatFormatted(Java.Lang.ICharSequence, Java.Util.Calendar)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)Given a format string and a Java.Util.Date object, returns a CharSequence containing the requested date. | |
static | FormatFormatted(Java.Lang.ICharSequence, long)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)Returns the best possible localized form of the given skeleton for the given locale. | |
static | GetDateFormat(Android.Content.Context)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)Gets the current date format stored as a char array. | |
static | GetLongDateFormat(Android.Content.Context)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)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)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)Returns true if user preference is set to 24-hour format. |