ActiveReports 12
Month Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace > DateAndTime Class : Month Method
Required. Date value from which you want to extract the month.
Returns an Integer value from 1 through 12 representing the month of the year.
Syntax
'Declaration
 
Public Shared Function Month( _
   ByVal dateValue As Date _
) As Integer
public static int Month( 
   DateTime dateValue
)

Parameters

dateValue
Required. Date value from which you want to extract the month.

Return Value

Returns an Integer value from 1 through 12 representing the month of the year.
See Also

Reference

DateAndTime Class
DateAndTime Members