Spread Windows Forms 7.0 Product Documentation
DateEraYearDisplayField Constructor(Boolean,Boolean)
See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > DateEraYearDisplayField Class > DateEraYearDisplayField Constructor : DateEraYearDisplayField Constructor(Boolean,Boolean)


showLeadingZero
If set to true, the field will show leading zero.
showTraditionalFirstYear
A bool value if set to true we will display the first era year as the start of the era.

Glossary Item Box

Initializes a new instance of the DateEraYearDisplayField class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal showLeadingZero As Boolean, _
   ByVal showTraditionalFirstYear As Boolean _
)
Visual Basic (Usage)Copy Code
Dim showLeadingZero As Boolean
Dim showTraditionalFirstYear As Boolean
 
Dim instance As New DateEraYearDisplayField(showLeadingZero, showTraditionalFirstYear)
C# 
public DateEraYearDisplayField( 
   bool showLeadingZero,
   bool showTraditionalFirstYear
)

Parameters

showLeadingZero
If set to true, the field will show leading zero.
showTraditionalFirstYear
A bool value if set to true we will display the first era year as the start of the era.

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.