FormatStyleFlags Enum

Definition

Enumerates values returned by several methods of FormatStyleFlags and taken as a parameter of several methods of DateUtils.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum FormatStyleFlags
[<System.Flags>]
type FormatStyleFlags = 
Inheritance
FormatStyleFlags
Attributes

Fields

AbbrevAll 524288
AbbrevMonth 65536
AbbrevRelative 262144
AbbrevTime 16384
AbbrevWeekday 32768
CapAmpm 256
CapMidnight 4096
CapNoon 1024
CapNoonMidnight 5120
NoMidnight 2048
NoMonthDay 32
NoNoon 512
NoNoonMidnight 2560
NoYear 8
NumericDate 131072
ShowDate 16
ShowTime 1
ShowWeekday 2
ShowYear 4
TwelveHour 64
TwentyFourHour 128
Utc 8192

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.

Applies to