GetAllLaborData(String,String) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetAllLaborData() method retrieves labor usage records. This overload of the method includes the labor start time and the shift start time as filter parameters.
'Declaration
Public Overloads Function GetAllLaborData( _
ByVal LaborStart As String, _
ByVal ShiftStart As String _
) As DataSet
public DataSet GetAllLaborData(
string LaborStart,
string ShiftStart
)
Parameters
- LaborStart
- Optional. Holds the labor start time for the labor usage records that are being retrieved.
- ShiftStart
- Optional. Holds the shift start time for the labor usage records that are being retrieved.
Return Value
Returns a DataSet of all labor usage records that satisfy the specified
filter.