public class TimeDiscrete extends TimeBase
| Constructor and Description |
|---|
TimeDiscrete(double secs)
Creates a new instance of TimeDiscrete
|
| Modifier and Type | Method and Description |
|---|---|
double |
evalTime()
Calculates the (greater than or equal to 0) time in seconds this
time represents.
|
parseTimeComponent, setParentElementpublic TimeDiscrete(double secs)
public double evalTime()
TimeBase