Package com.helger.commons.lang
Class TimeValue
- java.lang.Object
-
- com.helger.commons.lang.TimeValue
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetAsDays()longgetAsHours()longgetAsMicros()longgetAsMillis()longgetAsMinutes()longgetAsNanos()longgetAsSeconds()longgetDuration()TimeUnitgetTimeUnit()inthashCode()StringtoString()
-
-
-
Field Detail
-
SEC1
public static final TimeValue SEC1
Special instance representing 1 second
-
-
Method Detail
-
getDuration
public long getDuration()
-
getAsNanos
public long getAsNanos()
-
getAsMicros
public long getAsMicros()
-
getAsMillis
public long getAsMillis()
-
getAsSeconds
public long getAsSeconds()
-
getAsMinutes
public long getAsMinutes()
-
getAsHours
public long getAsHours()
-
getAsDays
public long getAsDays()
-
-