Package com.softwaremining.util
Class CBLTime
java.lang.Object
com.softwaremining.util.CBLTime
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getHours()
int
int
int
long
getTime()
static String
void
setHours
(int hours) void
setMilliSecs
(int milliSecs) void
setMinutes
(int minutes) void
setSeconds
(int seconds) int
integer reprsenting data ...toString()
String reprsenting data ...
-
Constructor Details
-
CBLTime
public CBLTime() -
CBLTime
-
CBLTime
public CBLTime(long millis) -
CBLTime
-
CBLTime
-
-
Method Details
-
getDateTime
-
getHours
public int getHours() -
getHoursString
-
getMinutes
public int getMinutes() -
getMinutesString
-
getSeconds
public int getSeconds() -
getSecondsString
-
getMilliSecs
public int getMilliSecs() -
getMilliSecsString
-
setHours
public void setHours(int hours) -
setMinutes
public void setMinutes(int minutes) -
setSeconds
public void setSeconds(int seconds) -
setMilliSecs
public void setMilliSecs(int milliSecs) -
getFormatted
-
getFormattedDateFormatted
-
getMilliFormatted
-
getTime
public long getTime() -
toString
String reprsenting data ... E.g. for 08:23:59 it will return -
toInteger
public int toInteger()integer reprsenting data ... E.g. for 08:23:59 it will return- Returns:
- 82359
-
getTimeOfDay
-
getDB2TimeString
-