SPIntlCal.IsSupportedLocalYear method
Retorna um valor booleano que indica se o tipo de calendário especificado oferece suporte o ano especificado.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Shared Function IsSupportedLocalYear ( _
calType As SPCalendarType, _
year As Integer _
) As Boolean
'Uso
Dim calType As SPCalendarType
Dim year As Integer
Dim returnValue As Boolean
returnValue = SPIntlCal.IsSupportedLocalYear(calType, _
year)
public static bool IsSupportedLocalYear(
SPCalendarType calType,
int year
)
Parâmetros
calType
Type: Microsoft.SharePoint.SPCalendarTypeUm objeto SPCalendarType que representa um tipo de calendário.
year
Type: System.Int32Um inteiro de 32 bits que representa o ano para avaliar.
Valor retornado
Type: System.Boolean
true se o tipo de calendário suporta o ano; Caso contrário, false.