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

/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp2313 BDateTime todayStart = BDateTime::CurrentDateTime(B_LOCAL_TIME); local
2314 todayStart.SetTime(BTime(0, 0, 0));
2316 BDateTime oneDayAgoStart = todayStart;
2362 else if (historyItem.DateTime() < todayStart)

Completed in 74 milliseconds