ServicePRO SDK Help

BeginWorkItem Constructor

Initializes a new instance of the BeginWorkItem class.

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

Syntax


public BeginWorkItem(
	int beginWorkValue,
	int days,
	int hours,
	int minutes,
	DateTime scheduled
)
Public Sub New ( _
	beginWorkValue As Integer, _
	days As Integer, _
	hours As Integer, _
	minutes As Integer, _
	scheduled As DateTime _
)

Parameters

beginWorkValue
Type: Int32
The begin work value.
days
Type: Int32
The days.
hours
Type: Int32
The hours.
minutes
Type: Int32
The minutes.
scheduled
Type: DateTime
The scheduled.