MonthForStartOfQuarter Method A Sandcastle Documented Class Library
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: 4.2.1
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: Month
The starting month of the specified quarter.
See Also

Reference