Home | History | Annotate | Download | only in unicode

Lines Matching refs:minute

214         MINUTE,               // Example: 0..59
1252 * Sets the values for the fields YEAR, MONTH, DATE, HOUR_OF_DAY, and MINUTE. Other
1260 * @param minute The value used to set the MINUTE time field.
1263 void set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute);
1266 * Sets the values for the fields YEAR, MONTH, DATE, HOUR_OF_DAY, MINUTE, and SECOND.
1274 * @param minute The value used to set the MINUTE time field.
1278 void set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second);