Uses of Class
org.ojalgo.type.format.DateStyle
-
Packages that use DateStyle Package Description org.ojalgo.type.context org.ojalgo.type.format -
-
Uses of DateStyle in org.ojalgo.type.context
Fields in org.ojalgo.type.context declared as DateStyle Modifier and Type Field Description private static DateStyle
DateContext. DEFAULT_STYLE
private DateStyle
DateContext. myStyle
Methods in org.ojalgo.type.context that return DateStyle Modifier and Type Method Description DateStyle
DateContext. getStyle()
Methods in org.ojalgo.type.context with parameters of type DateStyle Modifier and Type Method Description static java.text.Format
DateContext. toFormat(DatePart part, DateStyle style, java.util.Locale locale)
TypeContext<java.util.Date>
DateContext. withFormat(DatePart part, DateStyle style, java.util.Locale locale)
Constructors in org.ojalgo.type.context with parameters of type DateStyle Constructor Description DateContext(DatePart part, DateStyle style, java.util.Locale locale)
-
Uses of DateStyle in org.ojalgo.type.format
Methods in org.ojalgo.type.format that return DateStyle Modifier and Type Method Description static DateStyle
DateStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DateStyle[]
DateStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ojalgo.type.format with parameters of type DateStyle Modifier and Type Method Description java.text.Format
DatePart. getFormat(DateStyle style)
java.text.Format
DatePart. getFormat(DateStyle style, java.util.Locale locale)
-