Gets or sets the minimal length of interactively created items, expressed in minutes.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public int MinItemLength { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MinItemLength As Integer |
A non-negative integer value.
RemarksSpecify 0 for no item length restrictions.
See Also