public interface Time
This interface represents time values.
The time values can be created using theSimpleValueFactory
interface.Modifier and Type | Interface and Description |
---|---|
static class |
Time.Unit |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Indicates whether some other
Time is "equal to" this one. |
double |
getAs(Time.Unit unit)
Provides the value in specified units.
|
int |
hashCode() |
String |
toString() |
Copyright © 2021. All rights reserved.