Enumeration of months.
            
Inheritance Hierarchy
Apptus.ESales.Connector.TimeMonth
Namespace: Apptus.ESales.Connector.Time
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class Month
The Month type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| All | ||
| April | ||
| August | ||
| December | ||
| February | ||
| January | ||
| July | ||
| June | ||
| March | ||
| May | ||
| November | ||
| Number | 
            The ISO 8601 number for this month. The number for
            January is 1, February is 2 etc. up to December at 12.
              | |
| October | ||
| September | 
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| ForStartOfQuarter | 
            Returns the starting month of a quarter. Quarter 1 returns January.
              | |
| FromNumber | 
            Returns the n:th month of the year, starting with 1 for January.
              | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) | 
See Also