SPCalendarItem.CalendarType Property
Gets or sets the calendar type.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property CalendarType As Integer
Get
Set
'Usage
Dim instance As SPCalendarItem
Dim value As Integer
value = instance.CalendarType
instance.CalendarType = value
public int CalendarType { get; set; }
Property Value
Type: System.Int32
Implements
Remarks
Calendar types are month, week, and day.