Share via


ExCalendar.GetDaysInMonth Method (Int32, Int32)

Namespace:  Microsoft.Exchange.ExchangeSystem
Assembly:  Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)

Syntax

'Declaration
Public Function GetDaysInMonth ( _
    year As Integer, _
    month As Integer _
) As Integer
'Usage
Dim instance As ExCalendar
Dim year As Integer
Dim month As Integer
Dim returnValue As Integer

returnValue = instance.GetDaysInMonth(year, _
    month)
public int GetDaysInMonth(
    int year,
    int month
)

Parameters

Return Value

Type: System.Int32