ComponentOne ASP.NET MVC Controls
FormatYear Method

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

Parameters

value
The value.

Return Value

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

Reference

CalendarBuilder Class
CalendarBuilder Members