Gets or sets the time interval to be used to dynamically round date and time during drag and drop update operations; by default it is set to quarter-hour (15 minutes).

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
public virtual TimeSpan UpdateScaleInterval { get; set; }
Visual Basic (Declaration)
Public Overridable Property UpdateScaleInterval As TimeSpan

See Also