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