Specifies whether and when to display clocks in items.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public enum ShowClocks |
Visual Basic Copy Code |
---|
Public Enum ShowClocks |
Member name | Description | |
---|---|---|
Always |
Indicates that the clocks are always displayed. |
|
Default |
Indicates that the clocks are displayed for non all-day times. |
|
Never |
Indicates that the clocks are always hidden. |
|
Unspecified |
Unspecified. |
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |