Numbers the of weekend days.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public static int numberOfWeekendDays(
DateTime startDate,
DateTime endDate
)
Public Shared Function numberOfWeekendDays ( _
startDate As DateTime, _
endDate As DateTime _
) As Integer
public:
static int^ numberOfWeekendDays(
DateTime^ startDate,
DateTime^ endDate
)
Parameters
- startDate
- Type: DateTime
The start date.
- endDate
- Type: DateTime
The end date.
Return Value
System.Int32.