ComponentOne ASP.NET MVC Controls
FormatMonths Method

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

Parameters

value
The value.

Return Value

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

Reference

CalendarBuilder Class
CalendarBuilder Members