[]
        
(Showing Draft Content)

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

DateHourDisplayField Constructor

DateHourDisplayField()

Initializes a new instance of the DateHourDisplayField class.

Declaration
public DateHourDisplayField()
Public Sub New()

DateHourDisplayField(bool)

Initializes a new instance of the DateHourDisplayField class.

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

If set to true, the DateHourDisplayField will show the leading zero.

DateHourDisplayField(bool, bool)

Initializes a new instance of the DateHourDisplayField class.

Declaration
public DateHourDisplayField(bool showLeadingZero, bool midnightAs24)
Public Sub New(showLeadingZero As Boolean, midnightAs24 As Boolean)
Parameters
Type Name Description
bool showLeadingZero

If set to true, the DateHourDisplayField will show the leading zero.

bool midnightAs24

If set to true, the DateHourDisplayField will show the mid-night as 24 o'clock.