Skip to main content

DateTimePeriod.CreateNextQuarters(String, Int32) Method

Creates the period whose duration is the specified number of quarters. The period includes the quarters after the current quarter.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public static DateTimePeriod CreateNextQuarters(
    string name,
    int count
)

Parameters

Name Type Description
name String

A String value that specifies the period name.

count Int32

An integer value that specifies the number of quarters.

Returns

Type Description
DateTimePeriod

A DateTimePeriod object that is the created period.

Remarks

To learn how to specify custom periods, see the description of the DateTimePeriod class.

See Also