WorkingTime
Contents
[
Hide
]WorkingTime class
Represents a working time during a weekday.
The WorkingTime type exposes the following members:
Constructors
Name | Description |
---|---|
WorkingTime(from_time, to_time) | Initializes a new instance of the WorkingTime class with a interval with the specified start and finish times. |
WorkingTime(from_time, to_time) | Initializes a new instance of the WorkingTime class with an interval item with the specified start and finish times. |
WorkingTime(from_hours, to_hours) | Initializes a new instance of the WorkingTime class with an interval item with the specified start and finish times. |
Properties
Name | Description |
---|---|
from_address | Gets the beginning of a working time. |
to | Gets the end of a working time. |
See Also
- namespace aspose.tasks
- assembly Aspose.Tasks