In This Topic
Returns a DateTime value representing the first day of the month that includes the source date.
Syntax
'Declaration
Public Shared Function FirstDayOfMonth( _
ByVal As Date _
) As Date
public static DateTime FirstDayOfMonth(
DateTime
)
Parameters
- date
See Also