Search
TimetableSettings.SnapInterval Property
See Also
 






Gets or sets the custom snap interval.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public TimeSpan SnapInterval { get; set; }

Visual Basic  Copy Code

Public Property SnapInterval As TimeSpan

 Property Value

A TimeSpan object that specifies the snap interval, relative to the beginning of the timetable column. The allowed values range from 1 second to 1 hour inclusive. Assign -1 ticks to this property to use the corresponding value from the current theme.

 See Also