I’m attempting to use the GetWeekOfYear .net method and am having trouble understanding how to format some of its parameters.
The required parameters are as follows: public virtual int GetWeekOfYear (DateTime time, System.Globalization.CalendarWeekRule rule, DayOfWeek firstDayOfWeek);
I believe I’ve successfully found the formatting for the first and third parameters; the screenshot included: