I was simply trying to use the DateTime structure to transform an integer between 1 and 12 into an abbrieviated month name.
DateTime
Here is what I tried:
You can do something like this instead.
return new DateTime(2010, Month, 1).ToString("MMM");