Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateMinuteDisplayFieldInfo Class / DateMinuteDisplayFieldInfo Constructor / DateMinuteDisplayFieldInfo Constructor(Boolean)
A bool value that indicates whether the DateMinuteDisplayFieldInfo shows the leading zero.


In This Topic
DateMinuteDisplayFieldInfo Constructor(Boolean)
In This Topic
Initializes a new instance of the DateMinuteDisplayFieldInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal showLeadingZero As Boolean _
)
 
'Usage
 
Dim showLeadingZero As Boolean
 
Dim instance As New DateMinuteDisplayFieldInfo(showLeadingZero)

Parameters

showLeadingZero
A bool value that indicates whether the DateMinuteDisplayFieldInfo shows the leading zero.
See Also