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

Cell duration

Asked by Anwar
6 years ago.

Hello,

I would like to change the cell duration of the time to be 1 min in asp.net webforms

I changed the code to be:
<DayPilot:DayPilotCalendar ID="DayPilotCalendar1" runat="server" CssClass="auto-style1" Days="6"
DataStartField="start"
DataEndField="end"
DataTextField="name"
DataValueField="id"

headerDateFormat = "dddd"
BusinessBeginsHour="8"
BusinessEndsHour="17"
HeightSpec="BusinessHoursNoScroll" style="left: 0px; top: 0px"

CellWidth = "60"
Scale="CellDuration"
CellDuration = "1"
DurationBarVisible="true"

/>

but I still have the same problem, so How to specific the time for 1 min instead of 30 mins?

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