Specifies an interval type.
Interval type enumeration
| Visual Basic (Declaration) | |
|---|---|
Public Enum IntervalType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum IntervalType : Enum | |
| Member | Description |
|---|---|
| Number |
A numerical interval. Interval in numbers |
| Years |
A DateTime interval of years. Interval in years |
| Months |
A DateTime interval of months. Interval in months |
| Weeks |
A DateTime interval of weeks. Interval in weeks |
| Days |
A DateTime interval of days. Interval in days |
| Hours |
A DateTime interval of hours. Interval in hours |
| Minutes |
A DateTime interval of minutes. Interval in minutes |
| Seconds |
A DateTime interval of seconds. Interval in seconds |
| Milliseconds |
A DateTime interval of milliseconds. Interval in milliseconds |
The IntervalType enumeration represents the type of interval and interval offset for some definitions of the Group and InsertEmptyPoint methods of the DataManipulator class.
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.IntervalType
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family