Answer posted by Dan Letecky [DayPilot]
4 years 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
4 years 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
4 years 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
4 years ago.

thanks it works

Comment posted by Anonymous
4 years ago.

thaks it works

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