public class DateTimeRange extends Object implements CloneableType
Constructor and Description |
---|
DateTimeRange(Date start,
Date end)
Creates a new instance of DateTimeRange
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Clones the object
|
boolean |
equals(Object o) |
Date |
getEnd()
The end of the timeframe.
|
Date |
getStart()
The beginning of the timeframe.
|
String |
toString()
String representation of the object.
|
public Date getEnd()
public Date getStart()
public Object clone()
clone
in interface CloneableType
clone
in class Object
public String toString()
Copyright © 2016. All rights reserved.