This is a migrated thread and some comments may be shown as answers.

How to set the First day of the week ?

0 Answers 51 Views
DateTimePicker
This is a migrated thread and some comments may be shown as answers.
Jean Ressouche
Top achievements
Rank 1
Jean Ressouche asked on 02 Jul 2010, 05:19 AM
Hello,
all is in the title, under the Scheduler component this is possible but i don't find FirstDayOfWeek on the component ?

Thanks !

[EDIR] 
ok sorry, i found it :

            LocalizationManager.DefaultCulture.DateTimeFormat.FirstDayOfWeek = MyDayOfWeed;
            Thread.CurrentThread.CurrentCulture.DateTimeFormat.FirstDayOfWeek = MyDayOfWeed;
            Thread.CurrentThread.CurrentUICulture.DateTimeFormat.FirstDayOfWeek = MyDayOfWeed;

No answers yet. Maybe you can help?

Tags
DateTimePicker
Asked by
Jean Ressouche
Top achievements
Rank 1
Share this question
or