MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.RenderingTree.Tools Namespace / DateTimeExtension Class / GetQuarter Method
The date for which to get the quarter number.

In This Topic
GetQuarter Method
In This Topic
Gets the number of the quarter for the specified date.
Syntax
'Declaration
 
Public Shared Function GetQuarter( _
   ByVal date As Date _
) As Integer
 

Parameters

date
The date for which to get the quarter number.

Return Value

The number of the quarter.
See Also