Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateEraYearDisplayFieldInfo Class / ShowTraditionalFirstYear Property


In This Topic
ShowTraditionalFirstYear Property (DateEraYearDisplayFieldInfo)
In This Topic
Gets or sets a value that indicates whether to show the first year using the traditional format.
Syntax
'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.
Remarks
This property retrieves whether to show the traditional year when the year is the first one.
See Also