Searched refs:lastDay (Results 1 - 1 of 1) sorted by relevance

/haiku/src/preferences/time/
H A DDateTimeView.cpp219 static int32 lastDay; local
222 if (day != lastDay || month != lastMonth || year != lastYear) {
225 lastDay = day;

Completed in 36 milliseconds