Class MinuteTimeSpanComponent
Represents a StepTimeSpanComponentBase for picking minute System.TimeSpan intervals.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class MinuteTimeSpanComponent : StepTimeSpanComponentBase
Constructors
MinuteTimeSpanComponent()
Initializes a new instance of the MinuteTimeSpanComponent class.
Declaration
public MinuteTimeSpanComponent()
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. |