ServicePRO SDK Help

YearlyPattern Constructor (DateTime, Month, Int32)

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

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

Syntax


public YearlyPattern(
	DateTime startDate,
	clsEnumeration..::..Month month,
	int dayOfMonth
)
Public Sub New ( _
	startDate As DateTime, _
	month As clsEnumeration..::..Month, _
	dayOfMonth 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.