AccumulationRegisterManager.<Accumulation register name>.SetMinTotalsPeriod
Syntax:
Parameters:
<Period> (required)
Period from which the totals should be calculated.
If the date 01.01.2000 is specified, totals will be calculated for the beginning of the day 01.01.2000.
Description:
Availability:
Note:
The period the totals are calculated for only affects performance of obtaining balances for this register. Register records will be used to acquire totals prior to this date.
If a configuration has enabled compatibility mode Version8_3_2 and lower, an exception is generated when the method is executed.
Example:
Registrs.Balance.SetTotalsPeriod(SelDate); |