menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class DateTimeIntervalType

    A date time interval.

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

    Fields

    Auto

    Automatically determine interval.

    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