Search
Schedule.DisableItemTimeChecks Property
See Also
 






Gets or sets a value indicating whether to disable notification checks for item's start/end times.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool DisableItemTimeChecks { get; set; }

Visual Basic  Copy Code

Public Property DisableItemTimeChecks As Boolean

 Property Value

A boolean value. The default is true.

 See Also