Hi,
DateVal.DayOfWe ek returns an integer value(0-6) that represents days from sun-sat.
Is there a way to get the Day(like sunday, monday) from a Date Variable using VB.Net without using a switch case after getting the integer value from DateVal.DayOfWe ek, some sort of direct way.
Thanks
Kiran
Comment