[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.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

A bool value indicates whether to show leading zero or not.

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

A bool value indicates whether to show leading zero or not.

bool midnightAs24

A bool value indicates whether to treat mid night as 24 or not.