mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-09 07:14:16 +02:00
8 lines
241 B
Plaintext
Vendored
8 lines
241 B
Plaintext
Vendored
Parameters = GetVKParameters();
|
|
|
|
CurrentDate = OPI_Tools.GetCurrentDate();
|
|
StartDate = BegOfDay(CurrentDate);
|
|
EndDate = EndOfDay(StartDate);
|
|
|
|
Result = OPI_VK.GetStatistics(StartDate, EndDate, Parameters);
|