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