ComponentOne ASP.NET MVC Controls
FormatDays Method

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

Parameters

value
The value.

Return Value

Current builder.
Remarks
The default value for this property is 'd ' (the space after the 'd' prevents the format from being interpreted as 'd', the standard format used to represent the short date pattern).
See Also

Reference

CalendarBuilder Class
CalendarBuilder Members