public interface IDateTimeConfig
| Modifier and Type | Method and Description |
|---|---|
String |
getBcPrefix() |
int |
getEpochDOW() |
String |
getFormat() |
TimeZone |
getInputTimeZone() |
Locale |
getLocale() |
TimeZone |
getOutputTimeZone() |
Map<String,String> |
getTzMap()
Map of timezones and their offsets.
|
boolean |
isDmyOrder()
British DD/MM/YYYY vs.
|
boolean |
isUnspecifiedCenturyAlwaysInPast() |
Integer |
lookupMonthIndex(String monthNameOrAbbreviation) |
TimeZone |
lookupTimeZone(String str) |
long |
systemTime() |
void |
validate() |
boolean isDmyOrder()
Map<String,String> getTzMap()
TimeZone getInputTimeZone()
TimeZone getOutputTimeZone()
Locale getLocale()
String getFormat()
String getBcPrefix()
int getEpochDOW()
boolean isUnspecifiedCenturyAlwaysInPast()
long systemTime()
void validate()
Copyright © 2014. All Rights Reserved.