with Asp.Net Core / Razor Pages
In one input, I receive the start time of the visit from the doctor, for example, 10:00
In one input, I receive the end time of the visit from the doctor, for example at 18:00
And in one input, I receive the interval between each visit from the doctor, for example, one visit every 20 minutes
And I plan to schedule every 20 minutes from the start of the doctor’s activity to the end of the doctor’s activity and store it in a string array.
Thank you for your guidance
enter image description here
Table Sample
user26519750 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.