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

Red timeline shows wrong hour

Asked by Cezar
6 years ago.

My code:

@Html.DayPilotCalendar("dp_day", new DayPilotCalendarConfig
{
BackendUrl = Url.Action("DayPlan", "Calendar"),
ViewType = DayPilot.Web.Mvc.Enums.Calendar.ViewType.Day,
ColumnMarginRight = 100,
TimeFormat = DayPilot.Web.Mvc.Enums.TimeFormat.Clock24Hours,
CellDuration = 15,
TimeHeaderCellDuration = 60,
HourWidth = 60,
BusinessBeginsHour = 7,
BusinessEndsHour = 24,
HideFreeCells = true,
ContextMenu = "me",
EventBubble = "bubble",
TapAndHoldTimeout = 1000,
EventTapAndHoldHandling = DayPilot.Web.Mvc.Enums.Calendar.EventTapAndHoldHandlingEnum.ContextMenu
})

How to fix wrong hour on calendar?

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