Click or drag to resize

DatesCountPreviousWorkingDays Method (Int32, DateTime, Boolean)

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

Parameters

workingDays
Type: SystemInt32
endDate
Type: SystemDateTime
countEndDate (Optional)
Type: SystemBoolean

Return Value

Type: DateTime
See Also