Share via


DateOptions.CalendarType property

Gets the type of the current calendar.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

DateOptions class

DateOptions members

Microsoft.SharePoint.Utilities namespace