Click or drag to resize

OpsContextGetClosedCheckEmployees Method

Get a list of employees with checks closed in the period since the specified start time.

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public EmployeeInfoList GetClosedCheckEmployees(
	DateTime startTime
)

Parameters

startTime  DateTime
Start Time

Return Value

EmployeeInfoList
Returns a list of employees with checks that were closed since the specified time.
See Also