Spread Windows Forms 12.0 Product Documentation
DateDayDisplayField Constructor(Boolean)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > DateDayDisplayField Class > DateDayDisplayField Constructor : DateDayDisplayField Constructor(Boolean)
If set to true the length of the field is fixed. Otherwise, false.
Initializes a new instance of the DateDayDisplayField class.
Syntax
'Declaration
 
Public Function New( _
   ByVal showLeadingZero As Boolean _
)
'Usage
 
Dim showLeadingZero As Boolean
 
Dim instance As New DateDayDisplayField(showLeadingZero)
public DateDayDisplayField( 
   bool showLeadingZero
)

Parameters

showLeadingZero
If set to true the length of the field is fixed. Otherwise, false.
See Also

Reference

DateDayDisplayField Class
DateDayDisplayField Members
Overload List