Public Function LastDayOfMonth( _ ByVal vDate As Variant _ ) As Variant
LastDayOfMonth(#01/15/96#) = #01/31/96# LastDayOfMonth(#12/01/96#) = #12/31/96# LastDayOfMonth(#12/31/96#) = #12/31/96# LastDayOfMonth(#02/01/96#) = #02/29/96#See also:
DaysInMonth Function FirstDayOfMonth Function LastBusinessDayOfMonth FunctionvDate: The date whose month and year components are examined to determine the date of the last day of the month. Function returns Null if vDate is Null or cannot be fixed up to a Date.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.