Spread Windows Forms 12.0 Product Documentation
ShowTraditionalFirstYear Property (DateEraYearDisplayField)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > DateEraYearDisplayField Class : ShowTraditionalFirstYear Property
Gets or sets a value indicating whether show the first year by traditional format.
Syntax
'Declaration
 
Public Property ShowTraditionalFirstYear As Boolean
'Usage
 
Dim instance As DateEraYearDisplayField
Dim value As Boolean
 
instance.ShowTraditionalFirstYear = value
 
value = instance.ShowTraditionalFirstYear
public bool ShowTraditionalFirstYear {get; set;}

Property Value

true if show the first year by traditional format; otherwise, false.
The default is false.
Remarks
The property retrieves whether shows the the traditional year when the year is the first one.
See Also

Reference

DateEraYearDisplayField Class
DateEraYearDisplayField Members