MidnightAs24 Property (DateHourDisplayField)
In This Topic
Gets or sets a value indicating whether middle night displayed as hour 24. This is a dependency property.
Syntax
'Declaration
Public Property MidnightAs24 As Boolean
'Usage
Dim instance As DateHourDisplayField
Dim value As Boolean
instance.MidnightAs24 = value
value = instance.MidnightAs24
public bool MidnightAs24 {get; set;}
Property Value
true if middle night is displayed as hour 24; otherwise,
false. The default value is
false.
See Also