Autor YouCode - http://www.youcode.com.ar/visual-basic-net/ultimo-dia-del-mes-153
Saber el último dia del mes en VB.Net
Para saber el último día del mes haremos:Dim UltimoDia as Date UltimoDia = Date.DaysInMonth(Now.Year, Month(DateAdd(DateInterval.Month, 1, Now())))así sabemos cual es el último día del mes.
http://www.youcode.com.ar/visual-basic-net/ultimo-dia-del-mes-153