Trigger functions at recurring times

evanmars:

if ((currentDateTime >= scheduledDateTimeBegin) && (currentDateTime < scheduledDateTimeEnd))

?

The input I have is 3:00 PM Tuesdays and Thursdays.

From that I don't know how I can go to 10/2/2017 3:00 PM. If I can somehow, then that would be scheduledDateTimeBegin and your example would work.