Android.Text.Format.AbbreviationLength Enumeration
Enumerates values returned by several methods of Android.Text.Format.AbbreviationLength and taken as a parameter of several methods of Android.Text.Format.DateUtils.

Syntax

public enum AbbreviationLength

Remarks

Enumerates values returned by the following: and taken as a parameter of the following: .

Members

Member NameDescription
LongRequest the full spelled-out name. For use with the 'abbrev' parameter of DateUtils.GetDayOfWeekString(int, Android.Text.Format.AbbreviationLength) and DateUtils.GetMonthString(int, Android.Text.Format.AbbreviationLength).
MediumRequest an abbreviated version of the name. For use with the 'abbrev' parameter of DateUtils.GetDayOfWeekString(int, Android.Text.Format.AbbreviationLength) and DateUtils.GetMonthString(int, Android.Text.Format.AbbreviationLength).
ShortRequest a shorter abbreviated version of the name. For use with the 'abbrev' parameter of DateUtils.GetDayOfWeekString(int, Android.Text.Format.AbbreviationLength) and DateUtils.GetMonthString(int, Android.Text.Format.AbbreviationLength).
ShorterRequest an even shorter abbreviated version of the name. Do not use this. Currently this will always return the same result as AbbreviationLength.Short.
ShortestRequest an even shorter abbreviated version of the name. For use with the 'abbrev' parameter of DateUtils.GetDayOfWeekString(int, Android.Text.Format.AbbreviationLength) and DateUtils.GetMonthString(int, Android.Text.Format.AbbreviationLength).

Requirements

Namespace: Android.Text.Format
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0