ServicePRO SDK Help

WeeklyPattern Constructor (DateTime, Int32, array<DayOfTheWeek>[]()[][])

Initializes a new instance of the Recurrence..::..WeeklyPattern class.

Namespace:  HelpSTAR.PCL.Common
Assembly:  HelpSTAR.PCL.Common (in HelpSTAR.PCL.Common.dll)

Syntax


public WeeklyPattern(
	DateTime startDate,
	int interval,
	params DayOfTheWeek[] daysOfTheWeek
)
Public Sub New ( _
	startDate As DateTime, _
	interval As Integer, _
	ParamArray daysOfTheWeek As DayOfTheWeek() _
)

Parameters

startDate
Type: DateTime
The start date.
interval
Type: Int32
The interval.
daysOfTheWeek
Type: array<DayOfTheWeek>[]()[][]
The days of the week.