Click or drag to resize

OpsContextGetEmployeeClockInformation Method


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

Parameters

employees  ListInt64
 
StartDate  DateTime
 
EndDate  DateTime
 

Return Value

ListEmployeeClockInformation
See Also