Share via


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

Return value

Type: System.Int32

See also

Reference

ExDateTime structure

ExDateTime members

Microsoft.Exchange.ExchangeSystem namespace