public class DateTimeRange extends Object implements CloneableType
| Constructor and Description |
|---|
DateTimeRange(Date start,
Date end) |
| 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 CloneableTypeclone in class Objectpublic String toString()
Copyright © 2021. All rights reserved.