Home | History | Annotate | Download | only in src

Lines Matching refs:hour

250   Time(int year, int mon, int day, int hour, int min, int sec);
342 Time::Time(int year, int mon, int day, int hour, int min, int sec) {
347 st.wHour = hour;
523 // Convert to local time, as struct with fields for day, hour, year, etc.