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