public class DateTimeRange extends java.lang.Object implements CloneableType
| Constructor and Description |
|---|
DateTimeRange(java.util.Date start,
java.util.Date end) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clones the object
|
boolean |
equals(java.lang.Object o) |
java.util.Date |
getEnd()
The end of the timeframe.
|
java.util.Date |
getStart()
The beginning of the timeframe.
|
java.lang.String |
toString()
String representation of the object.
|
public DateTimeRange(java.util.Date start,
java.util.Date end)
start - Beginning of the timeframe.end - End of the Timeframe.public java.util.Date getEnd()
public java.util.Date getStart()
public java.lang.Object clone()
clone in interface CloneableTypeclone in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2025. All rights reserved.