B4X:
Sub Service_Start
StartServiceAt(Me, Min(NextTimeInstance(8, 01), NextTimeInstance(12, 01)), True
CallSub(Main, "button1_Click")
What is this 'Min' keyword, and what approach could I take to add 6 time instances to StartServicesAt?