Package | Description |
---|---|
de.esprit.appsuite.database.dbase |
Contains most of the database related classes.
|
de.esprit.common.util |
Contains useful GUI utility classes for common usage.
|
Modifier and Type | Method and Description |
---|---|
static DBTime |
DBTime.parseTimeValue(java.lang.String timeStr)
Parses the timeStr to create a java.util.Date instance with correct time information
|
Modifier and Type | Method and Description |
---|---|
static DBTime |
TimeUtil.createTime()
Creates a Time object for the current local time.
|
static DBTime |
TimeUtil.createTime(int hour,
int minute,
int second)
Creates a local time for the given parameters.
|
static DBTime |
ConvertUtil.toTime(java.lang.String timeStr)
Creates a
DBTime object from the given string. |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.