'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.