public class VisalloTime extends Object
| Constructor and Description |
|---|
VisalloTime(Integer hours,
Integer minutes,
Integer seconds,
Integer milliseconds) |
VisalloTime(String hours,
String minutes,
String seconds,
String milliseconds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHours() |
int |
getHoursInt() |
String |
getMilliseconds() |
int |
getMillisecondsInt() |
String |
getMinutes() |
int |
getMinutesInt() |
String |
getSeconds() |
int |
getSecondsInt() |
int |
hashCode() |
String |
toString() |
public VisalloTime(Integer hours, Integer minutes, Integer seconds, Integer milliseconds)
public String getHours()
public int getHoursInt()
public String getMinutes()
public int getMinutesInt()
public String getSeconds()
public int getSecondsInt()
public String getMilliseconds()
public int getMillisecondsInt()
Copyright © 2013–2017 V5 Analytics. All rights reserved.