Enum DateTimeComponent
Represents a component of the System.DateTime structure.
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public enum DateTimeComponent
Date
The System.DateTime.Date component.
Day
The System.DateTime.Day component.
DayOfWeek
The System.DateTime.DayOfWeek component.
DayOfYear
The System.DateTime.DayOfYear component.
Hour
The System.DateTime.Hour component.
Millisecond
The System.DateTime.Millisecond component.
Minute
The System.DateTime.Minute component.
Month
The System.DateTime.Month component.
Quarter
The Quarter component.
Second
The System.DateTime.Second component.
Ticks
The System.DateTime.Ticks component.
TimeOfDay
The System.DateTime.TimeOfDay component.
Week
The Week component.
Year
The System.DateTime.Year component.