ActiveReports 12
Day Method

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

Parameters

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

Return Value

Returns an Integer value from 1 through 31 representing the day of the month.
See Also

Reference

DateAndTime Class
DateAndTime Members