Skip to main content
A newer version of this page is available. .

DateTimePeriod(String, DateTimePeriodLimitBase, DateTimePeriodLimitBase) Constructor

Initializes a new instance of the DateTimePeriod class.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public DateTimePeriod(
    string name,
    DateTimePeriodLimitBase start,
    DateTimePeriodLimitBase end
)

Parameters

Name Type Description
name String

A String that specifies the name of the date-time period.

start DateTimePeriodLimitBase

A DateTimePeriodLimitBase descendant that specifies the start boundary of the date-time period.

end DateTimePeriodLimitBase

A DateTimePeriodLimitBase descendant that specifies the end boundary of the date-time period.

See Also