ServicePRO SDK Help

MonthlyPattern Constructor (DateTime, Int32, Int32)

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

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

Syntax


public MonthlyPattern(
	DateTime startDate,
	int interval,
	int dayOfMonth
)
Public Sub New ( _
	startDate As DateTime, _
	interval As Integer, _
	dayOfMonth As Integer _
)

Parameters

startDate
Type: DateTime
The start date.
interval
Type: Int32
The interval.
dayOfMonth
Type: Int32
The day of month.