public class BcTime extends Object
| Constructor and Description |
|---|
BcTime(Integer hours,
Integer minutes,
Integer seconds,
Integer milliseconds) |
BcTime(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 String getHours()
public int getHoursInt()
public String getMinutes()
public int getMinutesInt()
public String getSeconds()
public int getSecondsInt()
public String getMilliseconds()
public int getMillisecondsInt()
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.