S
Stuart Shay
Hello All:
I have some old ASP Code where it use the WeekdayName Function
How Can I get the following values in C#
wday = 1; => Sunday
wday = 4; => Wednesday
I see VB.NET has the Microsoft.VisualBasic.DateAndTime.WeekdayName, but not
in C#
Thanks
Stuart
I have some old ASP Code where it use the WeekdayName Function
How Can I get the following values in C#
wday = 1; => Sunday
wday = 4; => Wednesday
I see VB.NET has the Microsoft.VisualBasic.DateAndTime.WeekdayName, but not
in C#
Thanks
Stuart