MFUtilsAddWeekDays Method

Adds number of requested week days to current day and returns it.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static DateTime AddWeekDays(
	DateTime startDate,
	int interval
)

Parameters

startDate  DateTime
The period start date.
interval  Int32
The number of business days to add to the start date.

Return Value

DateTime
The period end date.

See Also