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 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