Skip to main content
All docs
V25.1
  • ExactTimeFormat Enum

    Lists values that specify format types for TimeOnly values grouped using the DateTimeGroupInterval.None group interval.

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public enum ExactTimeFormat

    Members

    Name Description
    Hour

    The time pattern that displays only hours.

    Minute

    The time pattern that displays hours and minutes.

    Second

    The time pattern that displays hours, minutes, and seconds.

    See Also