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

How the date is displayed.

Syntax

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

Members

MemberDescription
dd_mm_yyA date value, day_month_year.
hh_mm_ssAs a time value, hours_minutes_seconds.
mm_dd_yyA date value, month_day_year.
yy_mm_ddA date value, year_month_day.

Inheritance Hierarchy

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

Requirements

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

See Also