dbicDropDate Send comments on this topic.
enumMonthFormat Enumeration
See Also  
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace : enumMonthFormat Enumeration

How the month will be displayed in the date area.

Syntax

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

Members

MemberDescription
LongNameThe full month name is displayed.
NumericThe month will be a numeric value.
ShortNameThe short month name is displayed.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.DropDate.enumMonthFormat

Requirements

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

See Also