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)
ParameterTypeDescription
startDateTimeStart date.
workDurationWork duration.

Return Value

Finish date.

See Also


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)
ParameterTypeDescription
startDateTimeStart date.
workTimeSpanWork duration.

Return Value

Finish date.

See Also