I’d like to be able to get a correct DateTime for the NEXT occurrence of a time that I can specify with just an hour and minute. I’d also like to be able to do this by specifying the same thing for that hour and minute, but for the next occurrence of that on (say) a Wednesday.
Also, note that if the current minute has already “started” (which I guess means that we’re in 00 milliseconds of that minute) then, again, we need to find the “next” occurrence of that time.
An example with (say) getting a DateTime for the next 10:34 AM and next 12:45 PM that’s on a Wednesday, would be greatly appreciated.
How can I do this in Joda?
Something like this, for “next 10:34 AM on a Wednesday:”