[]
Initializes a new instance of the DateEraYearDisplayFieldInfo class.
public DateEraYearDisplayFieldInfo()
Public Sub New()
Initializes a new instance of the DateEraYearDisplayFieldInfo class.
public DateEraYearDisplayFieldInfo(bool showLeadingZero)
Public Sub New(showLeadingZero As Boolean)
Type | Name | Description |
---|---|---|
bool | showLeadingZero | If set to true show leading zeros. |
Initializes a new instance of the DateEraYearDisplayFieldInfo class.
public DateEraYearDisplayFieldInfo(bool showLeadingZero, bool showTraditionalFirstYear)
Public Sub New(showLeadingZero As Boolean, showTraditionalFirstYear As Boolean)
Type | Name | Description |
---|---|---|
bool | showLeadingZero | If set to true, the field shows leading zeros. |
bool | showTraditionalFirstYear | A bool value, if set to true display the first era year as the start of the era. |