public class Range extends Object
Time range during which calendar should be regarded as busy.
Constructor and Description |
---|
Range()
Initializes a new instance of the Range class.
|
Range(Date start,
Date end)
Initializes a new instance of the Range class.
|
Modifier and Type | Method and Description |
---|---|
Date |
getEnd()
The end of the time period.
|
Date |
getStart()
The start of the time period.
|
void |
setEnd(Date value)
The end of the time period.
|
void |
setStart(Date value)
The start of the time period.
|
String |
toString()
Returns a String which represents the object instance.
|