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





Gets or sets the string used to format and display the first day of each month in the calendar.

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

 Syntax

C#  Copy Code

public string FirstDayOfMonthFormat { get; set; }

Visual Basic  Copy Code

Public Property FirstDayOfMonthFormat As String

 Property Value

A string that represents the format of the first day of each month. Default value is "d".

 See Also

CellSettings Members
CellSettings Class
MindFusion.Scheduling.WebForms Namespace