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.
|
public Date getStart()
The start of the time period.
public void setStart(Date value)
The start of the time period.
value
- a java$util$Date object.public Date getEnd()
The end of the time period.
public void setEnd(Date value)
The end of the time period.
value
- a java$util$Date object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.