Calendar.GetWorkingHoursTimeSpan
Calendar.GetWorkingHoursTimeSpan method
Returns amount of working hours between the specified dates.
public TimeSpan GetWorkingHoursTimeSpan(DateTime start, DateTime finish)
Parameter | Type | Description |
---|---|---|
start | DateTime | Start date of the interval. |
finish | DateTime | Finish date of the interval. |
Return Value
Amount of working hours according to the calendar instance.
See Also
- class Calendar
- namespace Aspose.Tasks
- assembly Aspose.Tasks