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

Determines how the Am/Pm will be displayed. Set in the AmPmPosition Property.

Syntax

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

Members

MemberDescription
InMinutesAm/Pm will be displayed in the minutes.
InvisibleAm/Pm will not be displayed.
UnderHourAm/Pm will be displayed under the hour.

Inheritance Hierarchy

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

Requirements

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

See Also