P
Pohihihi
enum DaysOfWeek
{ Sunday = 1, Monday = 2, Tuesday = 3, Wednesday = 4, Thursday = 5, Friday =
6, Saturday = 7 }
Enum above gives 0 for sunday and rest are one digit below then what is
assigned. What am I doing wrong?
Thanks.
{ Sunday = 1, Monday = 2, Tuesday = 3, Wednesday = 4, Thursday = 5, Friday =
6, Saturday = 7 }
Enum above gives 0 for sunday and rest are one digit below then what is
assigned. What am I doing wrong?
Thanks.