ICalendar.GetFinishDateByStartAndWork
GetFinishDateByStartAndWork(DateTime, Duration)
Calculates the date when the specified amount of work time will pass according to the calendar.
public DateTime GetFinishDateByStartAndWork(DateTime start, Duration work)
Parameter | Type | Description |
---|---|---|
start | DateTime | Start date. |
work | Duration | Work duration. |
Return Value
Finish date.
See Also
- struct Duration
- interface ICalendar
- namespace Aspose.Tasks
- assembly Aspose.Tasks
GetFinishDateByStartAndWork(DateTime, TimeSpan)
Calculates the date when the specified amount of work time will pass according to the calendar.
public DateTime GetFinishDateByStartAndWork(DateTime start, TimeSpan work)
Parameter | Type | Description |
---|---|---|
start | DateTime | Start date. |
work | TimeSpan | Work duration. |
Return Value
Finish date.
See Also
- interface ICalendar
- namespace Aspose.Tasks
- assembly Aspose.Tasks