Compartilhar via


DateOptions.CalendarType property

Obtém o tipo de calendário atual.

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

Syntax

'Declaração
Public ReadOnly Property CalendarType As SPCalendarType
    Get
'Uso
Dim instance As DateOptions
Dim value As SPCalendarType

value = instance.CalendarType
public SPCalendarType CalendarType { get; }

Property value

Type: Microsoft.SharePoint.SPCalendarType
Um objeto SPCalendarType que representa o tipo de calendário.

Ver também

Referência

DateOptions class

DateOptions members

Microsoft.SharePoint.Utilities namespace