GetShiftID Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetShiftID() method retrieves the shift ID of the shift specified by a shift description.
'Declaration
Public Shared Function GetShiftID( _
ByVal description As String _
) As Integer
public static int GetShiftID(
string description
)
Parameters
- description
Required. Holds the string description of the standard shift whose shift ID is being retrieved.
Return Value
Returns the ID of the standard shift identified by the shift description as an integer.