Search
Schedule.ItemTimeCheckInterval Property
See Also
 






Gets or sets the interval between item start/end time checks, expressed in seconds.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int ItemTimeCheckInterval { get; set; }

Visual Basic  Copy Code

Public Property ItemTimeCheckInterval As Integer

 Property Value

An integer value. The default is 30.

 See Also