Gets or sets a value indicating whether to use a 12-hour format.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public State TwelveHourFormat { get; set; } |
Visual Basic Copy Code |
---|
Public Property TwelveHourFormat As State |
Specify Enabled to use 12-hour format, or Disabled to use 24-hour format. Assign Unspecified to this property to use the corresponding value from the current theme.
This property is obsolete. It is used only when HourFormat is an empty string.