Class DateTimeIntervalType
Specifies the Interval type in which the navigator values should be displayed.
Inheritance
System.Object
DateTimeIntervalType
Namespace: Syncfusion.RangeNavigator.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public sealed class DateTimeIntervalType : Enum
Remarks
Minute and Second type not applicable for UWP.
Fields
Day
One day interval.
Declaration
public const DateTimeIntervalType Day
Field Value
Type |
---|
DateTimeIntervalType |
Hour
One hour interval.
Declaration
public const DateTimeIntervalType Hour
Field Value
Type |
---|
DateTimeIntervalType |
Minute
One minute interval
Declaration
public const DateTimeIntervalType Minute
Field Value
Type |
---|
DateTimeIntervalType |
Month
One month interval.
Declaration
public const DateTimeIntervalType Month
Field Value
Type |
---|
DateTimeIntervalType |
Quarter
One quarter interval.
Declaration
public const DateTimeIntervalType Quarter
Field Value
Type |
---|
DateTimeIntervalType |
Second
One second interval.
Declaration
public const DateTimeIntervalType Second
Field Value
Type |
---|
DateTimeIntervalType |
Week
One week interval.
Declaration
public const DateTimeIntervalType Week
Field Value
Type |
---|
DateTimeIntervalType |
Year
One year interval.
Declaration
public const DateTimeIntervalType Year
Field Value
Type |
---|
DateTimeIntervalType |