Searched refs:partOfHour (Results 1 – 1 of 1) sorted by relevance
391 int partOfHour = minutesOffset % 60; in representData() local393 + (partOfHour < 10 ? "0" + partOfHour : partOfHour)); in representData()