public
\Bitrix\Conversion\DayContext::addDayCounter(
string $name,
integer|float $value
);
Non-static method adds value to a counter (once per day for a single person). Creates counter if it doesn't exist.
Parameters
Parameter | Description | Version |
$name | Counter name. | |
$value | Added value. | |