SPIntlCal.DaysInLocalMonth method (SPCalendarType, SimpleDate)
Retorna o número de dias do mês da data especificada no calendário internacional.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Shared Function DaysInLocalMonth ( _
calType As SPCalendarType, _
ByRef di As SimpleDate _
) As Integer
'Uso
Dim calType As SPCalendarType
Dim di As SimpleDate
Dim returnValue As Integer
returnValue = SPIntlCal.DaysInLocalMonth(calType, _
di)
public static int DaysInLocalMonth(
SPCalendarType calType,
ref SimpleDate di
)
Parâmetros
calType
Type: Microsoft.SharePoint.SPCalendarTypeUm objeto SPCalendarType que representa um tipo de calendário.
di
Type: Microsoft.SharePoint.Utilities.SimpleDateSimpleDate para avaliar.
Valor retornado
Type: System.Int32
Um inteiro de 32 bits que representa o número de dias do mês.