GetFinishDateByStartAndWork
Contents
[
Hide
]
Calendar.GetFinishDateByStartAndWork method (1 of 2)
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
- class Calendar
- namespace Aspose.Tasks
- assembly Aspose.Tasks
Calendar.GetFinishDateByStartAndWork method (2 of 2)
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
- class Calendar
- namespace Aspose.Tasks
- assembly Aspose.Tasks