[]
        
(Showing Draft Content)

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

DateShortHourDisplayFieldInfo Constructor

DateShortHourDisplayFieldInfo()

Initializes a new instance of the DateShortHourDisplayFieldInfo class.

Declaration
public DateShortHourDisplayFieldInfo()
Public Sub New()

DateShortHourDisplayFieldInfo(bool)

Initializes a new instance of the DateShortHourDisplayFieldInfo class.

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

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

DateShortHourDisplayFieldInfo(bool, Hour12Mode)

Initializes a new instance of the DateShortHourDisplayFieldInfo class.

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

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

Hour12Mode hour12Mode

A DateShortHourDisplayFieldInfo.Hour12Mode enumeration that indicates how to represent the hour 12 in duodecimal hour format.