ServicePRO SDK Help

stcWeeklyPattern Constructor (DateTime, Int32, array<DayOfWeek>[]()[][])

Initializes a new instance of the stcWeeklyPattern class.

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

Syntax


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

Parameters

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