ncgeny.c#3558 | cdtime.month = comptime.month; |
nctime.c#104 | date->month = 0; |
#121 | date->month = 0; |
#123 | (date->month)++; |
#125 | if ((idoy -= ((date->timeType & Cd365) ? (mon_day_cnt[date->month-1]) : 30)) <= 0) { |
#148 | int month; /* month */ |
#151 | month = date->month; |
#152 | if (month < 1 || month > 12) { |
#153 | cdError( "Day-of-year error; month: %d\n", month); |
#154 | month = 1; |
#164 | if (ISLEAP(year,date->timeType) && month > 2) leap_add = 1; |
#166 | *doy = days_sum[month-1] + date->day + leap_add ; |
#168 | *doy = 30*(month-1) + date->day + leap_add ; |
#281 | delMonths = delMonths * nDel * delTime.count + bhtime.month - 1; |
#284 | ehtime.month = (short)(delMonths - (12 * delYears) + 1); |
#413 | else if ((test = VALCMP(ca.month, cb.month))) |
#511 | + (ehtime.month - bhtime.month); |
#514 | range = (ehtime.month - bhtime.month); |
#661 | if(comptime.month<1 || comptime.month>12){ |
#662 | cdError("Error on time conversion: invalid month = %hd\n",comptime.month); |
#683 | short month; |
#686 | comptime->month = CD_NULL_MONTH; |
#691 | nconv = sscanf(chartime,"%ld-%hd-%hd %d:%d:%lf",&year,&month,&day,&ihr,&imin,&sec); |
#700 | comptime->month = month; |
#728 | nconv = sscanf(chartime,"%hd-%hd %d:%d:%lf",&month,&day,&ihr,&imin,&sec); |
#734 | comptime->month = month; |
#812 | humantime.month = base_comptime.month; |
#824 | humantime.month = comptime.month; |
#1048 | humantime.month = base_comptime.month; |
#1076 | comptime->month = humantime.month; |
#1118 | comptime.year,comptime.month,comptime.day,separator,ihr,imin,sec); |
#1122 | comptime.year,comptime.month,comptime.day,separator,ihr,imin,isec); |
#1126 | comptime.year,comptime.month,comptime.day,separator,ihr,imin); |
#1130 | comptime.year,comptime.month,comptime.day,separator,ihr); |
#1134 | comptime.year,comptime.month,comptime.day); |
#1142 | comptime.month,comptime.day,separator,ihr,imin,sec); |
#1146 | comptime.month,comptime.day,separator,ihr,imin,isec); |
#1150 | comptime.month,comptime.day,separator,ihr,imin); |
#1154 | comptime.month,comptime.day,separator,ihr); |
#1158 | comptime.month,comptime.day); |
nctime.h#89 | short month; /* e.g., CdDec */ |
#121 | short month; /* Numerical month (1..12) */ |
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed