Scheduling PeriodGet Employee Info Method
Gets an EmployeeInfo in the SchedulingPeriod.
Definition
Namespace: ASAP.NRP.Core
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
The EmployeeInfo in the SchedulingPeriod at the specified index.
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public EmployeeInfo GetEmployeeInfo(
int index
)VB
Public Function GetEmployeeInfo (
index As Integer
) As EmployeeInfoC++
public:
EmployeeInfo^ GetEmployeeInfo(
int index
)F#
member GetEmployeeInfo :
index : int -> EmployeeInfo Parameters
- index Int32
- The index of the EmployeeInfo in the SchedulingPeriod.
Return Value
EmployeeInfoThe EmployeeInfo in the SchedulingPeriod at the specified index.