java.time.format.FormatStyle instead@Deprecated public interface DisplayStyle
Describes a generic format style.
Users have usually no need to apply directly this low-level-interface
but should work with the enum net.time4j.format.DisplayMode.
| Modifier and Type | Method and Description |
|---|---|
int |
getStyleValue()
Deprecated.
Determines the appropriate
DateFormat-constant. |
default FormatStyle |
toThreeten()
Deprecated.
Determines the appropriate
FormatStyle-constant. |
int getStyleValue()
Determines the appropriate DateFormat-constant.
DateFormat.FULL,
DateFormat.LONG,
DateFormat.MEDIUM,
DateFormat.SHORTdefault FormatStyle toThreeten()
Determines the appropriate FormatStyle-constant.
Copyright © 2014–2021. All rights reserved.