Lines Matching refs:day
498 bool IsValidDate(uint32_t year, uint32_t month, uint32_t day)
507 if (day < 1 || day > daysInMonth[month - 1]) {
7670 auto day = StringToInt(date[NUM_2].c_str(), NUM_1);
7671 fullImpl->getNodeModifiers()->getDatePickerModifier()->setStartDate(node->uiNodeHandle, year, month, day);
7705 auto day = StringToInt(date[NUM_2].c_str(), NUM_31);
7706 fullImpl->getNodeModifiers()->getDatePickerModifier()->setEndDate(node->uiNodeHandle, year, month, day);
7740 auto day = StringToInt(date[NUM_2].c_str());
7741 fullImpl->getNodeModifiers()->getDatePickerModifier()->setSelectedDate(node->uiNodeHandle, year, month, day);
10145 g_numberValues[SELECTED_DAY_INDEX].u32 = selectedDate.day;