Class DateTimeComponent
Represents a component of the System.DateTime structure.
Inheritance
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class DateTimeComponent : Enum
Fields
Date
The System.DateTime.Date component.
Declaration
public const DateTimeComponent Date
Field Value
DateTimeComponent
|
Day
The System.DateTime.Day component.
Declaration
public const DateTimeComponent Day
Field Value
DateTimeComponent
|
DayOfWeek
The System.DateTime.DayOfWeek component.
Declaration
public const DateTimeComponent DayOfWeek
Field Value
DateTimeComponent
|
DayOfYear
The System.DateTime.DayOfYear component.
Declaration
public const DateTimeComponent DayOfYear
Field Value
DateTimeComponent
|
Hour
The System.DateTime.Hour component.
Declaration
public const DateTimeComponent Hour
Field Value
DateTimeComponent
|
Millisecond
The System.DateTime.Millisecond component.
Declaration
public const DateTimeComponent Millisecond
Field Value
DateTimeComponent
|
Minute
The System.DateTime.Minute component.
Declaration
public const DateTimeComponent Minute
Field Value
DateTimeComponent
|
Month
The System.DateTime.Month component.
Declaration
public const DateTimeComponent Month
Field Value
DateTimeComponent
|
Quarter
The Quarter component.
Declaration
public const DateTimeComponent Quarter
Field Value
DateTimeComponent
|
Second
The System.DateTime.Second component.
Declaration
public const DateTimeComponent Second
Field Value
DateTimeComponent
|
Ticks
The System.DateTime.Ticks component.
Declaration
public const DateTimeComponent Ticks
Field Value
DateTimeComponent
|
TimeOfDay
The System.DateTime.TimeOfDay component.
Declaration
public const DateTimeComponent TimeOfDay
Field Value
DateTimeComponent
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Week
Year
The System.DateTime.Year component.
Declaration
public const DateTimeComponent Year
Field Value
DateTimeComponent
|