[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateYearDisplayField.-ctor

DateYearDisplayField Constructor

DateYearDisplayField()

Initializes a new instance of the DateYearDisplayField class.

Declaration
public DateYearDisplayField()
Public Sub New()

DateYearDisplayField(bool)

Initializes a new instance of the DateYearDisplayField class.

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

true if the DateMinuteDisplayField displays leading zero; otherwise, false.

DateYearDisplayField(bool, YearDigitType)

Initializes a new instance of the DateYearDisplayField class.

Declaration
public DateYearDisplayField(bool showLeadingZero, YearDigitType yearDigit)
Public Sub New(showLeadingZero As Boolean, yearDigit As YearDigitType)
Parameters
Type Name Description
bool showLeadingZero

true if the DateYearDisplayField displays leading zero; otherwise, false.

YearDigitType yearDigit

A GrapeCity.Windows.InputMan.YearDigitType value indicates the type of the year digit.