Is there a predefined enumeration for Month in the .NET library?
- by Mark Rogers
I'm looking to see if there is an official enumeration for months in the .net framework.
It seems possible to me that there is one, because of how common the use of month is, and because there are other such enumerations in the .net framework.
For instance, there is an enumeration for the days in the week, System.DayOfWeek, which includes monday, tuesday, etc..
I'm wondering if there is one for the months in the year, ie. January, February, etc?
Does anyone know?
Thanks for reading!