Compartilhar via


SPIntlCal.GetLocalCalendar method

Retorna um objeto ISPCalendar para o tipo de calendário especificado.

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

Syntax

'Declaração
Public Shared Function GetLocalCalendar ( _
    calType As SPCalendarType _
) As ISPCalendar
'Uso
Dim calType As SPCalendarType
Dim returnValue As ISPCalendar

returnValue = SPIntlCal.GetLocalCalendar(calType)
public static ISPCalendar GetLocalCalendar(
    SPCalendarType calType
)

Parâmetros

Valor retornado

Type: Microsoft.SharePoint.Utilities.ISPCalendar
Um objeto ISPCalendar para o tipo de calendário.

Ver também

Referência

SPIntlCal class

SPIntlCal members

Microsoft.SharePoint.Utilities namespace