SPCalendarViewStyle class
Represents a day, week, or month view style for a calendar.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
A calendar view style is displayed through the Microsoft.SharePoint.WebControls.SPCalendarView control.
Use the SPCalendarViewStyleCollection constructor to return the collection of calendar view styles that are associated with a specified list view that is used in a specified Web site.
Use an indexer to return a single calendar view style from the collection. For example, if the collection has been assigned to a variable named myCalendarViewStyles, use myCalendarViewStyles[index] in C#, or myCalendarViewStyles(index) in Visual Basic, where index is either the index number of the calendar view style in the collection or the name of the calendar view style template.