I have converted several days of the week to their respective integer values..
For example: Tuesday, Thursday, Friday
As 2,4,5
Now I need to get back to the days from the integers.
Simply the inverse of what i had done.
Inverse of the Question: Get Integer value of day of week
Is there a simple standard way for getting day of week from integer value in C# or else I will have to perform a manual calculation with a Method?