search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

how i can change the slots to be 15 min replace of 60 min ?

Related article: ASP.NET Core Doctor Appointment Scheduling Tutorial (.NET 6)
Asked by Anonymous
1 year ago.

i want to change slots to be 15 min replace of 60 min

Answer posted by Dan Letecky [DayPilot]
1 year ago.

You'll need to change the "SlotDurationMinutes" value in the Timeline class.

using Project.Models;

namespace Project.Service
{
    public class Timeline
    {

        public static int SlotDurationMinutes = 15;

// ...

Comment posted by Anonymous
1 year ago.

thanks for your answer but the time line still 8 without change i want to change slots to be 15 min

Comment posted by Anonymous
1 year ago.

the slots were set in Manger with 15 min but did not show as available in the Patient panel how I can show the available slots in patients panel

Comment posted by Anonymous
1 year ago.

thanks it works

Comment posted by Anonymous
1 year ago.

thaks it works

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.