|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DateTimeException | |
|---|---|
| com.programix.time | Various containers and tools for dealing with dates and times (including parsing and formatting). |
| Uses of DateTimeException in com.programix.time |
|---|
| Methods in com.programix.time that throw DateTimeException | |
|---|---|
static DateTimeRange |
DateTimeRange.createLocal(String start,
String end)
Creates a new instance with the specified start and end times parsed using the local timezone. |
static DateTimeRange |
DateTimeRange.createUTC(String start,
String end)
Creates a new instance with the specified start and end times parsed using the UTC timezone. |
static String |
DateTools.format(String formatPattern,
DateTime dateTime,
TimeZone tz)
Formats the specified DateTime for the specified timezone using the specified pattern. |
static String |
DateTools.formatLocal(String formatPattern,
DateTime dateTime)
Formats the specified DateTime for the VM's timezone using the specified pattern. |
static String |
DateTools.formatUTC(String formatPattern,
DateTime dateTime)
Formats the specified DateTime for the UTC timezone using the specified pattern. |
static DateTime |
DateTools.parse(String dateTimeStr,
TimeZone tz)
Attempts to interpret the string passed in as a DateTime,
defaulting to the specified timezone if necessary. |
static DateTime |
DateTools.parseLocal(String dateTimeStr)
Returns a DateTime interpreted by parsing the supplied String, defaulting to the VM's timezone if necessary. |
static DateTime |
DateTools.parseUTC(String dateTimeStr)
Returns a DateTime interpreted by parsing the supplied String, defaulting to the UTC timezone if necessary. |
static void |
DateTimeException.throwParse(String source)
|
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||