Searched refs:newDay (Results 1 – 1 of 1) sorted by relevance
761 auto newDay = json->GetUInt("day") * 10 + number; in HandleDayKeyEvent() local764 newDay = number; in HandleDayKeyEvent()766 if (newDay <= PickerDate::GetMaxDay(json->GetUInt("year"), json->GetUInt("month"))) { in HandleDayKeyEvent()767 json->Replace("day", static_cast<int32_t>(newDay)); in HandleDayKeyEvent()