DateTimePeriod(String, DateTimePeriodLimitBase, DateTimePeriodLimitBase) Constructor
Initializes a new instance of the DateTimePeriod class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
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