Returns the starting month of a quarter. Quarter 1 returns January.
Namespace: Apptus.ESales.Connector.Time
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public static Month ForStartOfQuarter( int quarter )
Parameters
- quarter
- Type: SystemInt32
The number of the quarter, 1, 2, 3 or 4.
Return Value
Type: MonthThe starting month of the specified quarter.
See Also