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 startMin,
int duration
) |
| Visual Basic |
|---|
Public Sub New ( _
startHour As Integer, _
startMin As Integer, _
duration As Integer _
) |
| JScript |
|---|
public function WorkShift(
startHour : int,
startMin : int,
duration : int
) |
Parameters
- startHour
- Type: System..::..Int32
The hours of the starting time of the WorkShift
- startMin
- Type: System..::..Int32
The minutes of the starting time of the WorkShift
- duration
- Type: System..::..Int32
The duration of the WorkShift
See Also