In This Topic
Determines whether a date value is the last day of the month.
Syntax
'Declaration
Public Shared Function IsLastDayOfMonth( _
ByVal As Date _
) As Boolean
public static bool IsLastDayOfMonth(
DateTime
)
public:
static bool IsLastDayOfMonth(
DateTime
)
Parameters
- val
See Also