WeekInfo Constructor A Sandcastle Documented Class Library
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: 4.3.0
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

Reference