| Constructor and Description |
|---|
TimeValue(boolean neg,
long years,
long months,
long days,
long hours,
long minutes,
double seconds)
Create a new time value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static TimeValue |
from(Object o) |
int |
hashCode() |
void |
setToCell(TableCell tableCell)
Set this value in the cell
|
String |
toString() |
public TimeValue(boolean neg,
long years,
long months,
long days,
long hours,
long minutes,
double seconds)
neg - true if the time value is negativeyears - the number of yearsmonths - the number of monthsdays - the number of dayshours - the number of hoursminutes - the number of minutesseconds - the number of secondspublic static TimeValue from(Object o) throws FastOdsException
o - the object to castFastOdsException - if the cast was not possiblepublic void setToCell(TableCell tableCell)
CellValueCopyright © 2016–2021. All rights reserved.