Relative Content

Tag Archive for scheduleappointment

Timing a doctor’s visit

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