menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class DateTimeIntervalType

    Represents the date time interval type.

    Inheritance
    System.Object
    DateTimeIntervalType
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public sealed class DateTimeIntervalType : Enum

    Fields

    Auto

    Interval will be calculated automatically based on range.

    Declaration
    public const DateTimeIntervalType Auto
    Field Value
    Type
    DateTimeIntervalType

    Days

    Interval type is days.

    Declaration
    public const DateTimeIntervalType Days
    Field Value
    Type
    DateTimeIntervalType

    Hours

    Interval type is hours.

    Declaration
    public const DateTimeIntervalType Hours
    Field Value
    Type
    DateTimeIntervalType

    Milliseconds

    Interval type is Milliseconds.

    Declaration
    public const DateTimeIntervalType Milliseconds
    Field Value
    Type
    DateTimeIntervalType

    Minutes

    Interval type is minutes.

    Declaration
    public const DateTimeIntervalType Minutes
    Field Value
    Type
    DateTimeIntervalType

    Months

    Interval type is months.

    Declaration
    public const DateTimeIntervalType Months
    Field Value
    Type
    DateTimeIntervalType

    Seconds

    Interval type is seconds.

    Declaration
    public const DateTimeIntervalType Seconds
    Field Value
    Type
    DateTimeIntervalType

    Years

    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