Home | History | Annotate | Download | only in unicode

Lines Matching refs:hour

109  *     cout << "HOUR: " << calendar->get( UCAL_HOUR, success ) << endl;
117 * cout << "Current Time, with hour reset to 3" << endl;
131 * cout << "HOUR: " << calendar->get( UCAL_HOUR, success ) << endl;
252 * @param hour The value used to set the HOUR_OF_DAY time field in the calendar.
258 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, UErrorCode& success);
268 * @param hour The value used to set the HOUR_OF_DAY time field in the calendar.
275 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode& success);