GetPrevShiftStartTime Method (LaborExec)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetPrevShiftStartTime() method retrieves a previous shift start time for the current entity and user.
'Declaration
Public Function GetPrevShiftStartTime( _
ByVal ShiftStartTime As String _
) As String
public string GetPrevShiftStartTime(
string ShiftStartTime
)
Parameters
- ShiftStartTime
- Optional. Holds a time by which to filter the previous shift start time result.
Return Value
Returns a string that contains the previous shift start time, if one is
found.