1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-07 15:20:39 +02:00
OpenIntegrations/docs/en/examples/VK/GetStatistics.txt

8 lines
234 B
Plaintext
Raw Normal View History

2024-08-13 14:35:37 +03:00
 Parameters = GetVKParameters();
CurrentDate = OPI_Tools.GetCurrentDate();
StartDate = BegOfDay(CurrentDate);
EndDate = EndOfDay(StartDate);
Result = OPI_VK.GetStatistics(StartDate, EndDate, Parameters);