mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-07 15:20:39 +02:00
8 lines
234 B
Plaintext
8 lines
234 B
Plaintext
|
Parameters = GetVKParameters();
|
||
|
|
||
|
CurrentDate = OPI_Tools.GetCurrentDate();
|
||
|
StartDate = BegOfDay(CurrentDate);
|
||
|
EndDate = EndOfDay(StartDate);
|
||
|
|
||
|
Result = OPI_VK.GetStatistics(StartDate, EndDate, Parameters);
|