Searched refs:hourValue (Results 1 – 1 of 1) sorted by relevance
1574 int hourValue = hour; in toString() local1578 buf.append(hourValue < 10 ? "0" : "").append(hourValue) in toString()