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