del método SPIntlCal.MonthsInLocalYear
Devuelve el número de meses del año de la fecha especificada en el tipo de calendario especificado.
Espacio de nombres: Microsoft.SharePoint.Utilities
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Shared Function MonthsInLocalYear ( _
calType As SPCalendarType, _
ByRef di As SimpleDate _
) As Integer
'Uso
Dim calType As SPCalendarType
Dim di As SimpleDate
Dim returnValue As Integer
returnValue = SPIntlCal.MonthsInLocalYear(calType, _
di)
public static int MonthsInLocalYear(
SPCalendarType calType,
ref SimpleDate di
)
Parámetros
calType
Tipo: Microsoft.SharePoint.SPCalendarTypeUn objeto SPCalendarType que representa un tipo de calendario.
di
Tipo: Microsoft.SharePoint.Utilities.SimpleDateUn objeto SimpleDate que representa un valor de fecha que contiene el año, mes y día.
Valor devuelto
Tipo: System.Int32
Un valor entero que representa el número de meses del año.