SchedulingPeriodGetShiftType Method |
Gets a ShiftType.
Namespace:
ASAP.NRP.Core
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxpublic ShiftType GetShiftType(
int index
)
Public Function GetShiftType (
index As Integer
) As ShiftType
public:
ShiftType^ GetShiftType(
int index
)
member GetShiftType :
index : int -> ShiftType
Parameters
- index
- Type: SystemInt32
The index of the ShiftType to get.
Return Value
Type:
ShiftTypeThe ShiftType.
See Also