Spread Windows Forms 17
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)
    public DateMinuteDisplayFieldInfo( 
       bool showLeadingZero
    )

    Parameters

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