'Declaration
Public Function New( _ ByVal showLeadingZero As Boolean _ )
'Usage
Dim showLeadingZero As Boolean Dim instance As New DateMonthDisplayFieldInfo(showLeadingZero)
public DateMonthDisplayFieldInfo( bool showLeadingZero )
Parameters
- showLeadingZero
- A bool value, if true the field's length is fixed; otherwise, the length is alterable.