clsUpdateEmployeePeriodLoad Method
|
Load an Employee Period
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.1.0.108
Syntaxpublic bool Load(
MPInterface oInterface,
string Employeenumber,
int Period,
bool LoadLastValidPeriod = true
)
Public Function Load (
oInterface As MPInterface,
Employeenumber As String,
Period As Integer,
Optional LoadLastValidPeriod As Boolean = true
) As Boolean
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:
BooleanReturns ture if successfully Loaded
Remarks
See Also