ExDateTime.DaysInMonth method
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Shared Function DaysInMonth ( _
year As Integer, _
month As Integer _
) As Integer
'Usage
Dim year As Integer
Dim month As Integer
Dim returnValue As Integer
returnValue = ExDateTime.DaysInMonth(year, _
month)
public static int DaysInMonth(
int year,
int month
)
Parameters
- year
Type: System.Int32
- month
Type: System.Int32
Return value
Type: System.Int32