ShowTraditionalFirstYear Property (DateEraYearDisplayFieldInfo)
Gets or sets a value that indicates whether to show the first year using the traditional format.
public bool ShowTraditionalFirstYear {get; set;}
'Declaration
Public Property ShowTraditionalFirstYear As Boolean
'Usage
Dim instance As DateEraYearDisplayFieldInfo
Dim value As Boolean
instance.ShowTraditionalFirstYear = value
value = instance.ShowTraditionalFirstYear
Property Value
true to show the first year using the traditional format; otherwise,
false.
The default is
false.