ComponentOne ASP.NET MVC Controls
FormatDayHeaders Method

C1.Web.Mvc.Fluent Namespace > CalendarBuilder Class : FormatDayHeaders Method
The value.
Configurates C1.Web.Mvc.Calendar.FormatDayHeaders. Sets the format used to display the headers above the days in month view.
Syntax
'Declaration
 
Public Function FormatDayHeaders( _
   ByVal value As String _
) As CalendarBuilder
public CalendarBuilder FormatDayHeaders( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The default value for this property is 'ddd'.
See Also

Reference

CalendarBuilder Class
CalendarBuilder Members