ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.RenderingTree.Tools Namespace / DateTimeExtension Class / GetQuarter Method

In This Topic
    GetQuarter Method
    In This Topic
    Get the number of the quarter.
    Syntax
    'Declaration
     
    Public Shared Function GetQuarter( _
       ByVal date As Date _
    ) As Integer
    public static int GetQuarter( 
       DateTime date
    )

    Parameters

    date
    See Also