dbicDayView Send comments on this topic.
enumTimeType Enumeration
See Also  
dbicDayView Assembly > Dbi.WinControl.DayView Namespace : enumTimeType Enumeration

How the time is displayed in the control, set in the TimeType Property.

Syntax

Visual Basic (Declaration) 
Public Enum enumTimeType 
   Inherits System.Enum
C# 
public enum enumTimeType : System.Enum 

Members

MemberDescription
FullBoth the hours and minutes will be placed on a single line.
SplitMinutes are place on individual lines and hours are placed within a block of those minutes.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.DayView.enumTimeType

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also