ASP.NET Pack Programmer's Guide
CellSettings.GeneralFormat Property
See Also
 





Gets or sets the string used to format and display dates and times in the calendar.

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

 Syntax

C#  Copy Code

public string GeneralFormat { get; set; }

Visual Basic  Copy Code

Public Property GeneralFormat As String

 Property Value

A string that represents the general format of dates in the calendar. Default value is "d".

 See Also

CellSettings Members
CellSettings Class
MindFusion.Scheduling.WebForms Namespace