[]
Gets or sets a value indicating show hour 0 and hour12 both to 0 or 12. This is a dependency property.
public Hour12Mode Hour12Mode { get; set; }
Public Property Hour12Mode As Hour12Mode
Type | Description |
---|---|
Hour12Mode | A Hour12Mode enumeration indicates how we represents the hour 12 in duodecimal hour format. The default value is GrapeCity.Windows.InputMan.Hour12Mode.Hour0As12. |
Type | Condition |
---|---|
ArgumentException | The assigned value is not type of Hour12Mode. |