public static int GetDaysInMonth( int year, int month )
'Declaration Public Shared Function GetDaysInMonth( _ ByVal year As Integer, _ ByVal month As Integer _ ) As Integer
'Declaration
Public Shared Function GetDaysInMonth( _ ByVal year As Integer, _ ByVal month As Integer _ ) As Integer
'Usage Dim year As Integer Dim month As Integer Dim value As Integer value = CalcHelper.GetDaysInMonth(year, month)
'Usage
Dim year As Integer Dim month As Integer Dim value As Integer value = CalcHelper.GetDaysInMonth(year, month)
CalcHelper Class CalcHelper Members