[]
        
(Showing Draft Content)

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

DateShortHourDisplayField Constructor

DateShortHourDisplayField()

Initializes a new instance of the DateShortHourDisplayField class.

Declaration
public DateShortHourDisplayField()
Public Sub New()

DateShortHourDisplayField(bool)

Initializes a new instance of the DateShortHourDisplayField class.

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

A bool value indicates whether the length of the field is fixed.

DateShortHourDisplayField(bool, Hour12Mode)

Initializes a new instance of the DateShortHourDisplayField class.

Declaration
public DateShortHourDisplayField(bool showLeadingZero, Hour12Mode hour12Mode)
Public Sub New(showLeadingZero As Boolean, hour12Mode As Hour12Mode)
Parameters
Type Name Description
bool showLeadingZero

A bool value indicates whether the length of the field is fixed.

Hour12Mode hour12Mode

A Hour12Mode enumeration indicates how we represents the hour 12 in duodecimal hour format.