Add day(s) to time data when hours wrap after 24.
int okutil_time_add_day( double * pIn, double * pOut, int nSize )
EX1
void tt(int nCol = 0) { Worksheet wks = Project.ActiveLayer(); Column aa = wks.Columns(nCol); vector vv(aa); int nSize = vv.GetSize(); int nn = okutil_time_add_day(vv, NULL, nSize); out_int("nn = ", nn); }
origin.h