GetFinishDateByStartAndWork
GetFinishDateByStartAndWork (1 of 2)
Calculates the date when the specified amount of work time will pass according to the calendar.
Returns: Finish date.
GetFinishDateByStartAndWork(System::DateTime start, Duration work)
| Parameter | Description |
|---|---|
| start | Start date. |
| work | Work duration. |
GetFinishDateByStartAndWork (2 of 2)
Calculates the date when the specified amount of work time will pass according to the calendar.
Returns: Finish date.
GetFinishDateByStartAndWork(System::DateTime start, System::TimeSpan work)
| Parameter | Description |
|---|---|
| start | Start date. |
| work | Work duration. |