Tagged Questions

2
votes
4answers
3k views

Equivalent of WeekDay Function of VB6 in C#

I have to convert some of my VB6 Code to C# , In my VB6 I am having code like dim I as Long I = Weekday(Now, vbFriday) I want equivalent of the same in C# Can any one Help ?
1
vote
1answer
31 views

Change the week start day on DTPicker

Is it possible to change the Day of the Week that the DTPicker control uses for the first day of the week 'on the fly'? I know that it uses the system first day of the week (as defined in control ...