|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ihr.xbrl.util.TimeUtils
public class TimeUtils
| Constructor Summary | |
|---|---|
TimeUtils()
|
|
| Method Summary | |
|---|---|
static javax.xml.datatype.Duration |
calculateDuration(java.util.GregorianCalendar start,
java.util.GregorianCalendar end)
Calculates the Duration between two Gregorian Calendar dates. |
static javax.xml.datatype.Duration |
createDuration(java.lang.String durationString)
|
static java.lang.String |
toTime(long timeMillis)
Display the amount of time indicated in milliseconds as one string according to locale. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeUtils()
| Method Detail |
|---|
public static javax.xml.datatype.Duration calculateDuration(java.util.GregorianCalendar start,
java.util.GregorianCalendar end)
start - as a GregorianCalendarend - as a GregorianCalendar
public static javax.xml.datatype.Duration createDuration(java.lang.String durationString)
public static java.lang.String toTime(long timeMillis)
dtsLoadingTime -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||