I have task which should be done reapited daily for given time.
I have one scheduler which scedule that task .but for e.g when I Started the scheduler at 2 pm then for next day schedule it 2 pm ,if started at 3 pm then schedule’s it to next day for 3 pm.
But I want whenever schedule start but that task should be execute at given time.
I am passing only the time in millisecond.
Is any way to pass the time in millisecond and that scheduler execute at given time only
reply if any one knows.
There is always
Quartz Schedulerto do this , Have a look at itsquick start guide, here is quick example