dbicCalendar Send comments on this topic.
enumYearDisplay Enumeration
See Also  
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace : enumYearDisplay Enumeration

How the year will be displayed.

Syntax

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

Members

MemberDescription
LongA 4 digit year will be displayed.
NoneNo year will be displayed.
ShortA 2 digit year will be displayed.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Calendar.enumYearDisplay

Requirements

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

See Also