New to Telerik UI for WinFormsStart a free 30-day trial

Represents a component of the DateTime structure.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

C#
public enum DateTimeComponent

Fields

The Date component.

C#
Date = 9

The Day component.

C#
Day = 11

The DayOfWeek component.

C#
DayOfWeek = 12

The DayOfYear component.

C#
DayOfYear = 13

The Hour component.

C#
Hour = 5

The Millisecond component.

C#
Millisecond = 8

The Minute component.

C#
Minute = 6

The Month component.

C#
Month = 3

The Quarter component.

C#
Quarter = 2

The Second component.

C#
Second = 7

The Ticks component.

C#
Ticks = 0

The TimeOfDay component.

C#
TimeOfDay = 10

The Week component.

C#
Week = 4

The Year component.

C#
Year = 1