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 single data points within the period dtFrom, dtTo. Is necessary because of the summer or winter clock change.

Assignment

COM - specific function for the Excel report.