ServicePRO SDK Help

RelativeYearlyPattern Constructor (DateTime, Month, DayOfTheWeek, DayOfTheWeekIndex)

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

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

Syntax


public RelativeYearlyPattern(
	DateTime startDate,
	clsEnumeration..::..Month month,
	clsEnumeration..::..DayOfTheWeek dayOfTheWeek,
	clsEnumeration..::..DayOfTheWeekIndex dayOfTheWeekIndex
)
Public Sub New ( _
	startDate As DateTime, _
	month As clsEnumeration..::..Month, _
	dayOfTheWeek As clsEnumeration..::..DayOfTheWeek, _
	dayOfTheWeekIndex As clsEnumeration..::..DayOfTheWeekIndex _
)

Parameters

startDate
Type: DateTime
The start date.
month
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..Month
The month.
dayOfTheWeek
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..DayOfTheWeek
The day of the week.
dayOfTheWeekIndex
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..DayOfTheWeekIndex
Index of the day of the week.