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