Cerates a new week info object with a week rule for first week of year, and a specified
            first day of the week.
            
Namespace: Apptus.ESales.Connector.Time
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public WeekInfo( CalendarWeekRule rule, DayOfWeek firstDayOfWeek )
Parameters
- rule
 - Type: System.GlobalizationCalendarWeekRule
The rule for first week of year. - firstDayOfWeek
 - Type: SystemDayOfWeek
The first day of the week. 
See Also