menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DateTimeIntervalType - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DateTimeIntervalType

    Defines a date time interval.

    Inheritance
    System.Object
    DateTimeIntervalType
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public sealed class DateTimeIntervalType : Enum

    Fields

    Auto

    Interval type will be determined automatically.

    Declaration
    public const DateTimeIntervalType Auto
    Field Value
    Type
    DateTimeIntervalType

    Days

    Indicates the interval type is days.

    Declaration
    public const DateTimeIntervalType Days
    Field Value
    Type
    DateTimeIntervalType

    Hours

    Indicates the interval type is hours.

    Declaration
    public const DateTimeIntervalType Hours
    Field Value
    Type
    DateTimeIntervalType

    Milliseconds

    Indicates the interval type is milliseconds.

    Declaration
    public const DateTimeIntervalType Milliseconds
    Field Value
    Type
    DateTimeIntervalType

    Minutes

    Indicates the interval type is minutes.

    Declaration
    public const DateTimeIntervalType Minutes
    Field Value
    Type
    DateTimeIntervalType

    Months

    Indicates the interval type is months.

    Declaration
    public const DateTimeIntervalType Months
    Field Value
    Type
    DateTimeIntervalType

    Seconds

    Indicates the interval type is seconds.

    Declaration
    public const DateTimeIntervalType Seconds
    Field Value
    Type
    DateTimeIntervalType

    Years

    Indicates the interval type is years.

    Declaration
    public const DateTimeIntervalType Years
    Field Value
    Type
    DateTimeIntervalType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved