Click or drag to resize
SchedulingHelperShiftToAllowedDayNextMonth Method

Note: This API is now obsolete.

Finds allowed day in next month.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("This method is obsolete. Use GetNextTime(TaskInterval taskInterval, DateTime lastPlannedRunTime, DateTime? currentTime) instead.")]
public static DateTime ShiftToAllowedDayNextMonth(
	TaskInterval taskInterval,
	int monthCounter
)

Parameters

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

Return Value

Type: DateTime
See Also