DateOptions.CalendarType Property
Gets the type of the current calendar.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property CalendarType As SPCalendarType
Get
'Usage
Dim instance As DateOptions
Dim value As SPCalendarType
value = instance.CalendarType
public SPCalendarType CalendarType { get; }
Property Value
Type: Microsoft.SharePoint.SPCalendarType
An SPCalendarType object that represents the calendar type.