ServicePRO SDK Help

stcYearlyPattern Constructor (DateTime, Month, Int32, Int32)

Initializes a new instance of the stcYearlyPattern class.

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

Syntax


public stcYearlyPattern(
	DateTime startDate,
	clsEnumeration..::..Month month,
	int dayOfMonth,
	int interval
)
Public Sub New ( _
	startDate As DateTime, _
	month As clsEnumeration..::..Month, _
	dayOfMonth As Integer, _
	interval As Integer _
)

Parameters

startDate
Type: DateTime
The start date.
month
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..Month
The month.
dayOfMonth
Type: Int32
The day of month.
interval
Type: Int32
The interval.