GetRefreshedShiftSched Method
- Last UpdatedMar 17, 2026
- 1 minute read
The GetRefreshedShiftSched() method retrieves a list of all shift schedules for the specified entity that fall within a specified time period.
Note: This method is obsolete. Instead, use the GetProjectedShiftSched() method.
public static DataSet GetRefreshedShiftSched(
int sessionId,
int entId,
DateTime startTime,
int daysAhead
)
Parameters
- sessionId
- Optional. Holds the session ID and thus the user who is making this method call.
- entId
- Required. Holds the ID of the entity whose shift schedules are being retrieved.
- startTime
- Required. Holds the start date/time of the time period within which the retrieved shifts must fall.
- daysAhead
- Required. Holds the number of days to add to the start date/time to define the time period within which the retrieved shifts must fall.