DateTimePeriod.CreateNextHour() Method
Creates the period whose duration is one hour. The period includes the hour after the current hour.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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