GetLaborStartTime(String) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetLaborStartTimeForAShift() method retrieves the first labor start time of the current entity and user. For this overload of the method, the results can be filtered by a previous shift.
'Declaration
Public Overloads Function GetLaborStartTime( _
ByVal ShiftStartTime As String _
) As String
public string GetLaborStartTime(
string ShiftStartTime
)
Parameters
- ShiftStartTime
- Optional. Holds a start time for the previous shift by which to filter the labor start time result.
Return Value
Returns a string that contains the labor start time, if one is found.