[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.CalendarBuilder.FormatDays

FormatDays Method

FormatDays(string)

Configurates FormatDays. Sets the format used to display the days in month view.

Declaration
public CalendarBuilder FormatDays(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
CalendarBuilder

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).