Initializes a new instance of the
WorkShift class
Namespace: Ico.Awx.CommonAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public WorkShift(
int startHour,
int duration
) |
Visual Basic |
---|
Public Sub New ( _
startHour As Integer, _
duration As Integer _
) |
JScript |
---|
public function WorkShift(
startHour : int,
duration : int
) |
Parameters
- startHour
- Type: System..::..Int32
The starting time of the WorkShift
- duration
- Type: System..::..Int32
The duration of the WorkShift
See Also