Click or drag to resize

Dates.CountNextWorkingDays 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: System.Int32
startDate
Type: System.DateTime
countStartDate (Optional)
Type: System.Boolean

Return Value

Type: DateTime
See Also