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

DateTimePeriod.CreateNextMinute() Method

Creates the period whose duration is one minute. The period includes the minute after the current minute.

Namespace: DevExpress.DashboardCommon

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

Declaration

public static DateTimePeriod CreateNextMinute()

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