'Declaration Public Function New( _ ByVal showLeadingZero As Boolean, _ ByVal midnightAs24 As Boolean _ )
'Usage Dim showLeadingZero As Boolean Dim midnightAs24 As Boolean Dim instance As New DateHourDisplayField(showLeadingZero, midnightAs24)
public DateHourDisplayField( bool showLeadingZero, bool midnightAs24 )
Parameters
- showLeadingZero
- If set to true, the DateHourDisplayField will show the leading zero.
- midnightAs24
- If set to true, the DateHourDisplayField will show the mid-night as 24 o'clock.