how i can change the slots to be 15 min replace of 60 min ?
Asked by Anonymous
4 years ago.
i want to change slots to be 15 min replace of 60 min
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.
Comment posted by Anonymous
4 years ago.
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.