public class WorkingTime extends Object
Represents a working time during a weekday.
Constructor and Description |
---|
WorkingTime() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Checks that the objects are equal.
|
Date |
getFromTime()
Returns the beginning of a working time.
|
Date |
getToTime()
Returns the end of a working time.
|
int |
hashCode()
Returns a hash code for this WorkingTime.
|
void |
setFromTime(Date value)
Sets the beginning of a working time.
|
void |
setToTime(Date value)
Sets the end of a working time.
|
public Date getFromTime()
Date
).public void setFromTime(Date value)
value
- the beginning of a working time (Date
).public Date getToTime()
Date
).public void setToTime(Date value)
value
- the end of a working time (Date
).public boolean equals(Object obj)
Checks that the objects are equal.
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.