Skip to main content
All docs
V26.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.v26.1.Core.dll

    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