Day

Top  Previous  Next

function Day(DateValue As DateTime) As Integer

 

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

 

Parameters

 

DateValue ... Date expression.

 

Example:

Dim i
 
= Day(Now)
' returns eg. i = 23