Scheduling PeriodGet Shift Type Method
Gets a ShiftType.
Definition
Namespace: ASAP.NRP.Core
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
The ShiftType.
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public ShiftType GetShiftType(
int index
)VB
Public Function GetShiftType (
index As Integer
) As ShiftTypeC++
public:
ShiftType^ GetShiftType(
int index
)F#
member GetShiftType :
index : int -> ShiftType Parameters
- index Int32
- The index of the ShiftType to get.
Return Value
ShiftTypeThe ShiftType.