clsImportPlanningbDelete Method
|
Deletes the planning entry for one day.
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic bool bDelete(
MPInterface oInterface,
int PlanningJobDaysID,
int PlanningJobDayID
)
Public Function bDelete (
oInterface As MPInterface,
PlanningJobDaysID As Integer,
PlanningJobDayID As Integer
) As Boolean
Parameters
- oInterface
- Type: MARIInterfaceMPInterface
instance of MPInterface - PlanningJobDaysID
- Type: SystemInt32
Delete the whole planning - PlanningJobDayID
- Type: SystemInt32
Delete one day
Return Value
Type:
Boolean
Remarks
See Also