Gets or sets a value indicating whether to use a 12-hour format.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C#
![]() |
---|
public bool TwelveHourFormat { get; set; } |
Visual Basic
![]() |
---|
Public Property TwelveHourFormat As Boolean |
true to use 12-hour format, or false to use 24-hour format.
Unset the local value of this property to use the corresponding value from the current theme. To unset the property value, call ClearValue on the settings containing the property and pass a reference to the DependencyProperty representing the property.