[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.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

if set to true the digits of the display field is fixed, 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

if set to true the digits of the display field is fixed, otherwise, false.

YearDigitType yearDigit

A YearDigitType value indicates the type of the year digit.