DateTimeFormatter
instead. Since v5.0.@Deprecated public static enum OutlookDate.SmartFormatterModes extends Enum<OutlookDate.SmartFormatterModes>
Enum Constant and Description |
---|
HIDE_TIME
Deprecated.
use the
DateTimeFormatterFactory and the DateTimeStyle.RELATIVE_WITHOUT_TIME |
SHOW_TIME
Deprecated.
use the
DateTimeFormatterFactory and the DateTimeStyle.RELATIVE_ALWAYS_WITH_TIME |
SHOW_TIME_ONLY_ON_DAYS
Deprecated.
use the
DateTimeFormatterFactory and the DateTimeStyle.RELATIVE_WITH_TIME_ONLY |
Modifier and Type | Method and Description |
---|---|
static OutlookDate.SmartFormatterModes |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static OutlookDate.SmartFormatterModes[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final OutlookDate.SmartFormatterModes SHOW_TIME
DateTimeFormatterFactory
and the DateTimeStyle.RELATIVE_ALWAYS_WITH_TIME
@Deprecated public static final OutlookDate.SmartFormatterModes HIDE_TIME
DateTimeFormatterFactory
and the DateTimeStyle.RELATIVE_WITHOUT_TIME
@Deprecated public static final OutlookDate.SmartFormatterModes SHOW_TIME_ONLY_ON_DAYS
DateTimeFormatterFactory
and the DateTimeStyle.RELATIVE_WITH_TIME_ONLY
public static OutlookDate.SmartFormatterModes[] values()
for (OutlookDate.SmartFormatterModes c : OutlookDate.SmartFormatterModes.values()) System.out.println(c);
public static OutlookDate.SmartFormatterModes valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2002-2016 Atlassian. All Rights Reserved.