AbbreviationLength Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several methods of AbbreviationLength and taken as a parameter of several methods of DateUtils.
public enum AbbreviationLength
type AbbreviationLength =
- Inheritance
-
AbbreviationLength
Fields
Name | Value | Description |
---|---|---|
Long | 10 | Request the full spelled-out name. |
Medium | 20 | Request an abbreviated version of the name. |
Short | 30 | |
Shorter | 40 | Request an even shorter abbreviated version of the name. Do not use this. |
Shortest | 50 |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.