dbicDate Send comments on this topic.
enumWeekNumbersPosition Enumeration
See Also  
dbicDate Assembly > Dbi.WinControl.Date Namespace : enumWeekNumbersPosition Enumeration

How the week numbers will be displayed.

Syntax

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

Members

MemberDescription
LeftWeek numbers will appear on the left side of the calendar.
NoneWeek numbers will not be displayed.
RightWeek numbers will appear on the right side of the calendar.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Date.enumWeekNumbersPosition

Requirements

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

See Also