GetAllLaborData(String) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetAllLaborData() method retrieves labor usage records. This overload of the method includes the last edit date/time as a filter parameter.
'Declaration
Public Overloads Function GetAllLaborData( _
ByVal LastEditAt As String _
) As DataSet
public DataSet GetAllLaborData(
string LastEditAt
)
Parameters
- LastEditAt
- Optional. Holds the date/time of the last edit. If this filter is used, only those labor records that were modified on or after the specified date/time will be retrieved.
Return Value
Returns a DataSet of all labor usage records that satisfy the specified
filter.