Hi
i´m trying to set the System Time For my Program and it doesn´t really work.
I have the problem, that the client machine uses German regianl Settings But my .Net is English one.
if I generate some Reports it brings up the British CalendarWeek
so FirstDayOfWeek is set to Sunday.
i Need it to be set to Monday.
Could someone help me please?

I have just found this on MSDN, but i can´t get it working.
DateTimeFormatInfo.FirstDayOfWeek Property (System.Globalization)
i´m trying to set the System Time For my Program and it doesn´t really work.
I have the problem, that the client machine uses German regianl Settings But my .Net is English one.
if I generate some Reports it brings up the British CalendarWeek
so FirstDayOfWeek is set to Sunday.
i Need it to be set to Monday.
Could someone help me please?
VB.NET:
System.Globalization.DateTimeFormatInfo.InvariantInfo.FirstDayOfWeek = DayOfWeek.Monday
I have just found this on MSDN, but i can´t get it working.
DateTimeFormatInfo.FirstDayOfWeek Property (System.Globalization)
Last edited: