Table of Contents

Class Month

Namespace
BlueM.Wave
Assembly
Wave.dll

Class representing a calendar month

public class Month
Inheritance
Month
Inherited Members

Constructors

Month(int, string)

Constructor

public Month(int number, string name)

Parameters

number int

Number of the month (1 to 12)

name string

Name of the month

Fields

name

Name of the month

public string name

Field Value

string

number

Number of the month (1 to 12)

public int number

Field Value

int

Methods

ToString()

Returns the name of the month

public override string ToString()

Returns

string