public class IntervalDayTime extends Object implements Comparable<IntervalDayTime>
| Constructor and Description |
|---|
IntervalDayTime(long totalSeconds,
int nanos) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IntervalDayTime o) |
boolean |
equals(Object o) |
int |
getDays() |
int |
getHours() |
int |
getMinutes() |
int |
getNanos() |
int |
getSeconds() |
long |
getTotalSeconds() |
int |
hashCode() |
String |
toString() |
public long getTotalSeconds()
public int getNanos()
public int getDays()
public int getHours()
public int getMinutes()
public int getSeconds()
public int compareTo(IntervalDayTime o)
compareTo in interface Comparable<IntervalDayTime>Copyright © 2021 Alibaba Cloud Computing. All rights reserved.