MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / DateAndTime Class / Day Method
Required. Date value from which you want to extract the day.

In This Topic
Day Method
In This Topic
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
 

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