Represents a StepTimeSpanComponentBase for picking hour TimeSpan intervals.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public sealed class HourTimeSpanComponent : StepTimeSpanComponentBase
Inheritance: objectTimeSpanComponentBaseStepTimeSpanComponentBaseHourTimeSpanComponent
Inherited Members
Constructors
Initializes a new instance of the HourTimeSpanComponent class.
C#
public HourTimeSpanComponent()
Methods
CreateInstanceCore()
Freezable
C#
protected override Freezable CreateInstanceCore()
Freezable
Returns a long TimeSpan.Ticks value corresponding to an item from the ItemsSource.
C#
public override long GetTicksFromItem(object item)
An item from the ItemsSource.
Returns:A long number that is the TimeSpan.Ticks representation of the item.
Overrides: