Search
ShowClocks Enumeration
See Also
 





Specifies whether and when to display clocks in items.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public enum ShowClocks

Visual Basic  Copy Code

Public Enum ShowClocks

 Members

  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.

 See Also