public class RelativeTimePeriod
extends java.lang.Object
| Constructor and Description |
|---|
RelativeTimePeriod(long from,
long to,
long step,
RelativeTimestamp.TimeType type) |
| Modifier and Type | Method and Description |
|---|---|
RelativeTimestamp |
getFrom() |
long |
getStep() |
RelativeTimestamp |
getTo() |
java.lang.String |
toString() |
public RelativeTimePeriod(long from,
long to,
long step,
RelativeTimestamp.TimeType type)
public long getStep()
public RelativeTimestamp getFrom()
public RelativeTimestamp getTo()
public java.lang.String toString()
toString in class java.lang.Object