For Babelfish Release 1.11.1.3

Months Enumeration

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public enum Months

Members

January0 The month of January
February1 The month of February
March2 The month of March
April3 The month of April
May4 The month of May
June5 The month of June
July6 The month of July
August7 The month of August
September8 The month of September
October9 The month of October
November10 The month of November
December11 The month of December

Extension Methods

Description Returns the Description attribute of an enum. If Description is not an attribute returns the .toString() value.
(Defined by EnumHelper)
GetAttributeOfTypeT Gets an attribute on an enum field value
(Defined by EnumHelper)

See Also