Class DateTimeDeltaType
Inheritance
System.Object
DateTimeDeltaType
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public sealed class DateTimeDeltaType : Enum
Fields
Auto
Automatically determine interval.
Declaration
public const DateTimeDeltaType Auto
Field Value
Type |
---|
DateTimeDeltaType |
Days
Interval type is days.
Declaration
public const DateTimeDeltaType Days
Field Value
Type |
---|
DateTimeDeltaType |
Hours
Interval type is hours.
Declaration
public const DateTimeDeltaType Hours
Field Value
Type |
---|
DateTimeDeltaType |
Milliseconds
Interval type is milliseconds.
Declaration
public const DateTimeDeltaType Milliseconds
Field Value
Type |
---|
DateTimeDeltaType |
Minutes
Interval type is minutes.
Declaration
public const DateTimeDeltaType Minutes
Field Value
Type |
---|
DateTimeDeltaType |
Months
Interval type is months.
Declaration
public const DateTimeDeltaType Months
Field Value
Type |
---|
DateTimeDeltaType |
Seconds
Interval type is seconds.
Declaration
public const DateTimeDeltaType Seconds
Field Value
Type |
---|
DateTimeDeltaType |
Years
Interval type is years.
Declaration
public const DateTimeDeltaType Years
Field Value
Type |
---|
DateTimeDeltaType |