public final class TimeRecord extends Record
| Constructor and Description |
|---|
TimeRecord(double days,
int hour,
int minute,
int second,
int millisecond,
int microsecond,
int nanosecond) |
| Modifier and Type | Method and Description |
|---|---|
double |
days() |
boolean |
equals(Object o) |
int |
hashCode() |
int |
hour() |
int |
microsecond() |
int |
millisecond() |
int |
minute() |
int |
nanosecond() |
int |
second() |
String |
toString() |
public TimeRecord(double days,
int hour,
int minute,
int second,
int millisecond,
int microsecond,
int nanosecond)