OpsContextGetClosedCheckEmployees Method |
Get a list of employees with checks closed in the period since the specified start time.
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic EmployeeInfoList GetClosedCheckEmployees(
DateTime startTime
)
Parameters
- startTime DateTime
- Start Time
Return Value
EmployeeInfoListReturns a list of employees with checks that were closed since the specified time.
See Also