MFUtilsAddWeekDays Method
Adds number of requested week days to current day and returns it.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static DateTime AddWeekDays(
DateTime startDate,
int interval
)
- startDate DateTime
- The period start date.
- interval Int32
- The number of business days to add to the start date.
DateTimeThe period end date.