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: 18.2
Syntax
C#
public EmployeeInfoList GetClosedCheckEmployees(
	DateTime startTime
)

Parameters

startTime
Type: SystemDateTime
Start Time

Return Value

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