ASP.NET Pack Programmer's Guide
TimetableSettings.ShowAM Property
See Also
 





Gets or sets a value indicating whether the AM and PM suffixes are displayed.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public State ShowAM { get; set; }

Visual Basic  Copy Code

Public Property ShowAM As State

 Property Value

One of the State enumeration values specifying whether AM and PM suffixes are displayed. Default value is State.Enabled.

 See Also

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling.WebForms Namespace