In vb.net how to convert months into days without decimal point

If you're looking for the number of days in a given month use the following

Dim daysInMonth as Integer = System.DateTime.DaysInMonth(YYYY, MonthName)

If that's not what you're looking for you will have to give a little more of what you want.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.