Click or drag to resize

clsUpdateEmployeePeriodLoad Method

Load an Employee Period

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.1.0.108
Syntax
public bool Load(
	MPInterface oInterface,
	string Employeenumber,
	int Period,
	bool LoadLastValidPeriod = true
)

Parameters

oInterface
Type: MARIInterfaceMPInterface
Employeenumber
Type: SystemString
Number of the Employee. Example "E104"
Period
Type: SystemInt32
Number of the Period. Example 2009010
LoadLastValidPeriod (Optional)
Type: SystemBoolean
If is True it will Load the last valid Period

Return Value

Type: Boolean
Returns ture if successfully Loaded
Remarks