Search
Calendar.MinItemLength Property
See Also
 






Gets or sets the minimal length of interactively created items, expressed in minutes.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int MinItemLength { get; set; }

Visual Basic  Copy Code

Public Property MinItemLength As Integer

 Property Value

A non-negative integer value.

 Remarks

Specify 0 for no item length restrictions.

 See Also