Skip to main content

DateTimePeriod.CreateLastMinute() Method

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public static DateTimePeriod CreateLastMinute()

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