Hi Everyone,
I would like to know if anyone has written a function that tests wether a given time in ticks is between a starting time.
For example:
Starting time would be today at 10pm.
Ending time would be tomorrow at 1:30am.
So I would like to test if the current time is between the above times. 1:05am would return True in this scenario.
Thanks.
I would like to know if anyone has written a function that tests wether a given time in ticks is between a starting time.
For example:
Starting time would be today at 10pm.
Ending time would be tomorrow at 1:30am.
So I would like to test if the current time is between the above times. 1:05am would return True in this scenario.
Thanks.