http://igpmanager.com/play/?url=team-design
After completing a design build (once a day) you are still able to dial your next model down to the same day, although it of course won't be developed then, but on the next day (15.02 -> 16.02) So technically
simply as in:
## noon = end of this day development, > noon = will be developed next day
if (x > noon)
Console.Write("Next Model = Next Day" );
else
Console.Write("Next Model=This Day" );