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: 3.47.3
Syntax
C#
public static Month FromNumber( int n )
Parameters
- n
- Type: SystemInt32
The number of the month.
Return Value
Type: MonthThe n:th month of the year.
See Also