Click or drag to resize

DatesCountNextWorkingDays Method

Namespace:  EDK4Net.Utilities
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public static DateTime CountNextWorkingDays(
	int workingDays,
	DateTime startDate,
	bool countStartDate = true
)

Parameters

workingDays
Type: SystemInt32
startDate
Type: SystemDateTime
countStartDate (Optional)
Type: SystemBoolean

Return Value

Type: DateTime
See Also