IAdministerSystemGetAccountMonth Method

Gets the High Account Month(HAM)/Low Account Month(LAM) of the application.

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

StatusInfo GetAccountMonth(
	out int highAccount,
	out int lowAccount
)

Parameters

highAccount
Type: SystemInt32
Stores the HAM value (YYMM).
lowAccount
Type: SystemInt32
Stores the LAM value (YYMM)

Return Value

Type: StatusInfo
StatusInfo Object
See Also