Search
TimetableSettings.TwelveHourFormat Property
See Also
 






Gets or sets a value indicating whether to use a 12-hour format.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public State TwelveHourFormat { get; set; }

Visual Basic  Copy Code

Public Property TwelveHourFormat As State

 Property Value

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.

 Remarks

This property is obsolete. It is used only when HourFormat is an empty string.

 See Also