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)
ParameterDescription
startStart date.
workWork 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)
ParameterDescription
startStart date.
workWork duration.