Is there a predefined enumeration for Month in the .NET library?
Posted
by Mark Rogers
on Stack Overflow
See other posts from Stack Overflow
or by Mark Rogers
Published on 2009-05-22T19:21:28Z
Indexed on
2010/05/09
7:48 UTC
Read the original article
Hit count: 318
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!
© Stack Overflow or respective owner