Initializes a new instance of the ShiftDefinition class

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public ShiftDefinition(
	WorkShift[] shifts
)
Visual Basic
Public Sub New ( _
	shifts As WorkShift() _
)
JScript
public function ShiftDefinition(
	shifts : WorkShift[]
)

Parameters

shifts
Type: array<Ico.Awx.Common..::..WorkShift>[]()[][]
The array of WorkShift used to define this ShiftDefinition

See Also