Need expert help—fast? Use the Help Bell for personalized assistance getting answers to your important questions.
Dim blnLeapYear As Boolean = ((arrYear(i) Mod 4 = 0) And (arrYear(i) Mod 100 = 0)) Or (arrYear(i) Mod 400 = 0)
Dim blnLeapYear As Boolean = DateTime.IsLeapYear(arrYear(i))
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
Join the community of 500,000 technology professionals and ask your questions.