Month ClassA Sandcastle Documented Class Library
Enumeration of months.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.Connector.TimeMonth

Namespace:  Apptus.ESales.Connector.Time
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax

C#
public class Month

The Month type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberAll
Public propertyStatic memberApril
Public propertyStatic memberAugust
Public propertyStatic memberDecember
Public propertyStatic memberFebruary
Public propertyStatic memberJanuary
Public propertyStatic memberJuly
Public propertyStatic memberJune
Public propertyStatic memberMarch
Public propertyStatic memberMay
Public propertyStatic memberNovember
Public propertyNumber
The ISO 8601 number for this month. The number for January is 1, February is 2 etc. up to December at 12.
Public propertyStatic memberOctober
Public propertyStatic memberSeptember
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberForStartOfQuarter
Returns the starting month of a quarter. Quarter 1 returns January.
Public methodStatic memberFromNumber
Returns the n:th month of the year, starting with 1 for January.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
See Also

Reference