G
Guest
Hi!
I'm beginer in C# so excuse me on silly questions but i hawe to start somehow.
I want to get a name of the day in the Week generated from a number.
For instance i have variable named; int Day = 2;
and then i have another variable named; string DayOfWeek;
and now i want to set it like this:
DayOfWeek = WeekDay(Day);
but i don't know witch funktion can i use to do this? Can someone help me?
Thanks!
G.
I'm beginer in C# so excuse me on silly questions but i hawe to start somehow.
I want to get a name of the day in the Week generated from a number.
For instance i have variable named; int Day = 2;
and then i have another variable named; string DayOfWeek;
and now i want to set it like this:
DayOfWeek = WeekDay(Day);
but i don't know witch funktion can i use to do this? Can someone help me?
Thanks!
G.