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