BCGControlBar Library for .NET
MONTH_FORMAT Enumeration




Defines how the Month value is displayed in the ToolbarDateTimeControl button.
Syntax
'Declaration
 
Public Enum MONTH_FORMAT 
   Inherits System.Enum
'Usage
 
Dim instance As MONTH_FORMAT
public enum MONTH_FORMAT : System.Enum 
__value public enum MONTH_FORMAT : public System.Enum 
public enum class MONTH_FORMAT : public System.Enum 
Members
MemberDescription
FORMAT_LONGThe month value is displayed as text.
FORMAT_NUMERICThe month value is displayed as number.
FORMAT_SHORTThe month value is displayed as abbreviated text.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.ControlBars.MONTH_FORMAT

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BCGSoft.ControlBars Namespace

Send Feedback