Click or drag to resize
MonthFromNumber Method
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.5.0
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