Package | Description |
---|---|
org.ojalgo.type.context | |
org.ojalgo.type.format |
Modifier and Type | Method and Description |
---|---|
DatePart |
DateContext.getPart() |
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) |
DateContext(DatePart part,
DateStyle style,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
static DatePart |
DatePart.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatePart[] |
DatePart.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Format |
DateStyle.getFormat(DatePart aPart) |
Format |
DateStyle.getFormat(DatePart aPart,
Locale aLocale) |
Copyright © 2019 Optimatika. All rights reserved.