[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.RenderingTree.Tools.DateTimeExtension

DateTimeExtension Class

Provides extension methods for DateTime to get the quarter number or quarter name depending on the culture.

Inheritance
DateTimeExtension
Namespace: GrapeCity.ActiveReports.Rendering.RenderingTree.Tools
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public static class DateTimeExtension

Methods

Name Description
GetQuarter(DateTime)

Gets the number of the quarter for the specified date.

GetQuarterName(DateTime, CultureInfo)

Gets the name of the quarter for the specified date and culture.