Click or drag to resize
SchedulingHelperShiftToAllowedDayNextMonth Method
Finds allowed day in next month.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 8.2.23
Syntax
C#
public static DateTime ShiftToAllowedDayNextMonth(
	TaskInterval ti,
	int monthCounter
)

Parameters

ti
Type: CMS.SchedulerTaskInterval
Task time information
monthCounter
Type: SystemInt32
Month counter

Return Value

Type: DateTime
See Also