COM - getTimeList()
Returns single data points within a period. This is a specific function for the Excel report.
Synopsis
getTimeList (date dtFrom, date dtTo, long iIntervall, long IntUnit, dyn_date &adTime);
Parameter
| Parameter | Description |
|---|---|
| dtFrom | Start time |
| dtTo | End time |
| iIntervall | Describes a period |
| IntUnit | Describes a period (is already defined as: 1 = second, 2 = minute, 3 = hour, 4 = week, 5 = day, 6 = month, 7 = year. |
| adTime | Times |
Description
Returns individual data points within the period dtFrom, dtTo. This is necessary due to the summer or winter time changeover.
Assignment
COM - specific function for the Excel report.
