SchedulingPeriodGetEmployeeInfo Method

Gets an EmployeeInfo in the SchedulingPeriod.

Definition

Namespace: ASAP.NRP.Core
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public EmployeeInfo GetEmployeeInfo(
	int index
)

Parameters

index  Int32
The index of the EmployeeInfo in the SchedulingPeriod.

Return Value

EmployeeInfo
The EmployeeInfo in the SchedulingPeriod at the specified index.

See Also