ExCalendar.GetMonthsInYear Method (Int32, Int32)
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Function GetMonthsInYear ( _
year As Integer, _
era As Integer _
) As Integer
'Usage
Dim instance As ExCalendar
Dim year As Integer
Dim era As Integer
Dim returnValue As Integer
returnValue = instance.GetMonthsInYear(year, _
era)
public int GetMonthsInYear(
int year,
int era
)
Return Value
Type: System.Int32