ExCalendar.GetDaysInMonth Method (Int32, 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, _
era As Integer _
) As Integer
'Usage
Dim instance As ExCalendar
Dim year As Integer
Dim month As Integer
Dim era As Integer
Dim returnValue As Integer
returnValue = instance.GetDaysInMonth(year, _
month, era)
public int GetDaysInMonth(
int year,
int month,
int era
)
Return Value
Type: System.Int32