ServicePRO SDK Help

DueByItem Constructor

Initializes a new instance of the DueByItem class.

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

Syntax


public DueByItem(
	int dueByValue,
	int followupDays,
	int scheduleDays,
	DateTime scheduled
)
Public Sub New ( _
	dueByValue As Integer, _
	followupDays As Integer, _
	scheduleDays As Integer, _
	scheduled As DateTime _
)

Parameters

dueByValue
Type: Int32
The due by value.
followupDays
Type: Int32
The followup days.
scheduleDays
Type: Int32
The schedule days.
scheduled
Type: DateTime
The scheduled.