Click or drag to resize
SchedulingHelper.ShiftToAllowedDayNextMonth 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.Scheduler.TaskInterval
Task time information
monthCounter
Type: System.Int32
Month counter

Return Value

Type: DateTime
See Also