[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.DateMonthDisplayFieldInfo.-ctor

DateMonthDisplayFieldInfo Constructor

DateMonthDisplayFieldInfo()

Initializes a new instance of the DateMonthDisplayFieldInfo class.

Declaration
public DateMonthDisplayFieldInfo()
Public Sub New()

DateMonthDisplayFieldInfo(bool)

Initializes a new instance of the DateMonthDisplayFieldInfo class.

Declaration
public DateMonthDisplayFieldInfo(bool showLeadingZero)
Public Sub New(showLeadingZero As Boolean)
Parameters
Type Name Description
bool showLeadingZero

A bool value, if true the field's length is fixed; otherwise, the length is alterable.

DateMonthDisplayFieldInfo(bool, MonthPattern)

Initializes a new instance of the DateMonthDisplayFieldInfo class.

Declaration
public DateMonthDisplayFieldInfo(bool showLeadingZero, MonthPattern pattern)
Public Sub New(showLeadingZero As Boolean, pattern As MonthPattern)
Parameters
Type Name Description
bool showLeadingZero

A bool value, if true the field's length is fixed; otherwise, the length is alterable.

MonthPattern pattern

A MonthPattern enumeration that indicates how to show the value of the month.