Share via


IntlDate.DaysInMonth method

Returns an Integer that represents the number of days in the calendar month of the international date.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function DaysInMonth As Integer
'Usage
Dim instance As IntlDate
Dim returnValue As Integer

returnValue = instance.DaysInMonth()
public int DaysInMonth()

Return value

Type: System.Int32

See also

Reference

IntlDate class

IntlDate members

Microsoft.SharePoint.Utilities namespace