Click or drag to resize

OpsContextGetEmployeeClockInformation Method

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public List<EmployeeClockInformation> GetEmployeeClockInformation(
	List<long> employees,
	DateTime StartDate,
	DateTime EndDate
)

Parameters

employees
Type: System.Collections.GenericListInt64
StartDate
Type: SystemDateTime
EndDate
Type: SystemDateTime

Return Value

Type: ListEmployeeClockInformation
See Also