Click or drag to resize
WeekInfo Class
Information about the definition of weeks, which may very between geographical and political locations.
Inheritance Hierarchy
SystemObject
  Apptus.ESales.Connector.TimeWeekInfo

Namespace:  Apptus.ESales.Connector.Time
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public class WeekInfo

The WeekInfo type exposes the following members.

Constructors
  NameDescription
Public methodWeekInfo
Cerates a new week info object with a week rule for first week of year, and a specified first day of the week.
Top
Properties
  NameDescription
Public propertyCalendarWeekRule
The rule for first week of the year.
Public propertyFirstDayOfWeek
The first day of the week.
Public propertyStatic memberISO8601
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.
Public propertyStatic memberLocal
The week information for the current culture.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also