DateTimePickerAdv FirstDayOfTheWeek property missing

What ever happen to the FirstDayOfTheWeek property? Shouldn''t this property be available? How do I get this property? I want to change the start of the week day from the default Sunday to Monday.

1 Reply

AR Anupama Roy Syncfusion Team July 27, 2006 07:36 PM UTC


Hi James,

You can use this.dateTimePickerAdv1.Calendar.FirstDayOfWeek property inorder to set the start of the week day.

Code in C#:

this.dateTimePickerAdv1.Calendar.FirstDayOfWeek = System.Windows.Forms.Day.Monday;

Kindly let us know if you have any difficulties.

Thanks for choosing Syncfusion products.

Regards,

Anu.

Loader.
Up arrow icon