MonthFromNumber Method A Sandcastle Documented Class Library
Returns the n:th month of the year, starting with 1 for January.

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

C#
public static Month FromNumber(
	int n
)

Parameters

n
Type: SystemInt32
The number of the month.

Return Value

Type: Month
The n:th month of the year.
See Also

Reference