Class IntervalType
The timescale tier interval type.
Inheritance
System.Object
IntervalType
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public sealed class IntervalType : Enum
Fields
Auto
Represent auto interval type.
Declaration
public const IntervalType Auto
Field Value
Type | Description |
---|---|
IntervalType |
Days
Represent days interval type.
Declaration
public const IntervalType Days
Field Value
Type | Description |
---|---|
IntervalType |
Hours
Represent hours interval type.
Declaration
public const IntervalType Hours
Field Value
Type | Description |
---|---|
IntervalType |
Minutes
Represent minutes interval type.
Declaration
public const IntervalType Minutes
Field Value
Type | Description |
---|---|
IntervalType |
Months
Represent months interval type.
Declaration
public const IntervalType Months
Field Value
Type | Description |
---|---|
IntervalType |
Quarter
Represent quarter interval type.
Declaration
public const IntervalType Quarter
Field Value
Type | Description |
---|---|
IntervalType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Weeks
Represent weeks interval type.
Declaration
public const IntervalType Weeks
Field Value
Type | Description |
---|---|
IntervalType |
Years
Represent years interval type.
Declaration
public const IntervalType Years
Field Value
Type | Description |
---|---|
IntervalType |