| Package | Description |
|---|---|
| org.ojalgo.type.context | |
| org.ojalgo.type.format |
| Modifier and Type | Method and Description |
|---|---|
DateStyle |
DateContext.getStyle() |
| Modifier and Type | Method and Description |
|---|---|
TypeContext<Date> |
DateContext.newFormat(DatePart part,
DateStyle style,
Locale locale) |
static Format |
DateContext.toFormat(DatePart part,
DateStyle style,
Locale locale) |
| Constructor and Description |
|---|
DateContext(DatePart part,
DateStyle style,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
static DateStyle |
DateStyle.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
Format |
DatePart.getFormat(DateStyle style) |
Format |
DatePart.getFormat(DateStyle style,
Locale locale) |
Copyright © 2019 Optimatika. All rights reserved.