ComponentOne ASP.NET MVC Controls
FormatYearMonth Method

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

Parameters

value
The value.

Return Value

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

Reference

CalendarBuilder Class
CalendarBuilder Members