ICalendar.GetPreviousWorkingDayEnd

ICalendar.GetPreviousWorkingDayEnd method

Calculates the end of the previous working date from the specified date.

public DateTime GetPreviousWorkingDayEnd(DateTime date)
ParameterTypeDescription
dateDateTimethe date to calculate the previous working day end.

Return Value

The end of the previous working day end

See Also