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.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

See Also