I have a method called CallGetList(dateTimeFrom, dateTimeTo);
The problem is that it does not accept range with more than 30 days. What I would like to do is to call CallGetList method with range of 30 days several times to cover the whole dateTimeFrom-dateTimeTo range.
Also the range maybe within 30 days, than is OK to call it without splitting.
Please help.
The problem is that it does not accept range with more than 30 days. What I would like to do is to call CallGetList method with range of 30 days several times to cover the whole dateTimeFrom-dateTimeTo range.
Also the range maybe within 30 days, than is OK to call it without splitting.
Please help.