SPIntlCal.IsSupportedLocalMonth method
Retorna um valor booleano que indica se o tipo de calendário especificado oferece suporte o mês especificado.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Shared Function IsSupportedLocalMonth ( _
calType As SPCalendarType, _
year As Integer, _
month As Integer _
) As Boolean
'Uso
Dim calType As SPCalendarType
Dim year As Integer
Dim month As Integer
Dim returnValue As Boolean
returnValue = SPIntlCal.IsSupportedLocalMonth(calType, _
year, month)
public static bool IsSupportedLocalMonth(
SPCalendarType calType,
int year,
int month
)
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 um ano.
month
Type: System.Int32Um inteiro de 32 bits que representa o mês para avaliar.
Valor retornado
Type: System.Boolean
true se o tipo de calendário suporta o mês; Caso contrário, false.