Gets or sets a value indicating whether to use a 12-hour format.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
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.
RemarksThis property is obsolete. It is used only when HourFormat is an empty string.
See Also