Spread Windows Forms 12.0 Product Documentation
ShowTraditionalFirstYear Property (DateEraYearDisplayFieldInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > DateEraYearDisplayFieldInfo Class : ShowTraditionalFirstYear Property
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
public bool ShowTraditionalFirstYear {get; set;}

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

Reference

DateEraYearDisplayFieldInfo Class
DateEraYearDisplayFieldInfo Members