Information about the definition of weeks, which may very between geographical and
            political locations.
            
Inheritance Hierarchy
Apptus.ESales.Connector.TimeWeekInfo
Namespace: Apptus.ESales.Connector.Time
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class WeekInfo
The WeekInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| WeekInfo | 
            Cerates a new week info object with a week rule for first week of year, and a specified
            first day of the week.
              | 
Properties
| Name | Description | |
|---|---|---|
| CalendarWeekRule | 
            The rule for first week of the year.
              | |
| FirstDayOfWeek | 
            The first day of the week.
              | |
| ISO8601 | 
            The week information for ISO 8601. Weeks according to ISO 8601 begins on Monday. The first
            week of the year is the first caledar week with a Thursday.
              | |
| Local | 
            The week information for the current culture.
              | 
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | 
See Also