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
calType
Type: Microsoft.SharePoint.SPCalendarTypeUm objeto SPCalendarType que representa um tipo de calendário.
Valor retornado
Type: Microsoft.SharePoint.Utilities.ISPCalendar
Um objeto ISPCalendar para o tipo de calendário.