public class VttTime extends Object
Constructor and Description |
---|
VttTime() |
Modifier and Type | Method and Description |
---|---|
int |
getH()
Gets the hours
|
int |
getM()
Gets the minutes
|
int |
getMi()
Gets the milliseconds
|
String |
getRepresentation()
Gets the representation as String
|
int |
getS()
Gets the seconds
|
VttTime |
setH(int h)
Sets the hour (has to be blow 100)
|
VttTime |
setM(int m)
Sets the minutes (has to be below 100)
|
VttTime |
setMi(int mi)
Sets the milliseconds (has to be below 1000)
|
VttTime |
setS(int s)
Sets the seconds (has to be below 100)
|
public int getH()
public VttTime setH(int h)
h
- the hourpublic int getM()
public VttTime setM(int m)
m
- the minutespublic int getS()
public VttTime setS(int s)
s
- the secondspublic int getMi()
public VttTime setMi(int mi)
mi
- the millisecondspublic String getRepresentation()
Copyright © 2015. All rights reserved.