public class PrestoIntervalDayTime extends Object implements Comparable<PrestoIntervalDayTime>
| Constructor and Description |
|---|
PrestoIntervalDayTime(int day,
int hour,
int minute,
int second,
int millis) |
PrestoIntervalDayTime(long milliSeconds) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PrestoIntervalDayTime o) |
boolean |
equals(Object obj) |
long |
getMilliSeconds() |
int |
hashCode() |
String |
toString() |
public PrestoIntervalDayTime(long milliSeconds)
public PrestoIntervalDayTime(int day,
int hour,
int minute,
int second,
int millis)
public long getMilliSeconds()
public int compareTo(PrestoIntervalDayTime o)
compareTo in interface Comparable<PrestoIntervalDayTime>Copyright © 2012–2024. All rights reserved.