LastDayOfMonth(DateTime) Method
In This Topic
Returns a DateTime representing the last day of the month in which the specified date occurs.
Syntax
'Declaration
Public Overloads Shared Function LastDayOfMonth( _
ByVal As Date _
) As Date
public static DateTime LastDayOfMonth(
DateTime
)
Parameters
- date
See Also