IAdministerSystemSetAccountMonth Method

Sets the High Account Month(HAM)/Low Account Month(LAM) of the application. Updates only if the value is non-zero.

Namespace:  Unisys.AgileBusiness.RuntimeAPI
Assembly:  Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax

StatusInfo SetAccountMonth(
	int highAccount = 0,
	int lowAccount = 0
)

Parameters

highAccount (Optional)
Type: SystemInt32
High account month in YYMM format.
lowAccount (Optional)
Type: SystemInt32
Low account month in YYMM format.

Return Value

Type: StatusInfo
StatusInfo Object
See Also