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() |
Date |
getToTime() |
void |
setFromTime(Date value) |
void |
setToTime(Date value) |
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.