Searched refs:monthDaysIndex (Results 1 – 1 of 1) sorted by relevance
1414 auto monthDaysIndex = monthDaysDatePickerColumnPattern->GetCurrentIndex(); in GetCurrentDateByMonthDaysColumn() local1419 if (monthDaysIndex < daysInMonth) { in GetCurrentDateByMonthDaysColumn()1422 monthDaysIndex -= daysInMonth; in GetCurrentDateByMonthDaysColumn()1426 currentDate.SetDay(monthDaysIndex + 1); // days is index start form 0 and day start form 1. in GetCurrentDateByMonthDaysColumn()1467 auto monthDaysIndex = monthDaysDatePickerColumnPattern->GetCurrentIndex(); in GetCurrentLunarDateByMonthDaysColumn() local1472 if (monthDaysIndex < daysInMonth) { in GetCurrentLunarDateByMonthDaysColumn()1475 monthDaysIndex -= daysInMonth; in GetCurrentLunarDateByMonthDaysColumn()1484 lunarResult.day = monthDaysIndex + 1; // day start form 1, index start from 0 in GetCurrentLunarDateByMonthDaysColumn()