Interface ITimeSpanPickerComponent
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface ITimeSpanPickerComponent
Properties
Maximum
Declaration
double Maximum { get; set; }
Property Value
System.Double
|
Minimum
Declaration
double Minimum { get; set; }
Property Value
System.Double
|
Owner
Declaration
ITimeSpanPickerContentElement Owner { get; }
Property Value
ITimeSpanPickerContentElement
|
Step
Declaration
double Step { get; set; }
Property Value
System.Double
|
TimeSpanPickerUIComponent
Declaration
BaseTimeSpanPickerUIComponent TimeSpanPickerUIComponent { get; }
Property Value
BaseTimeSpanPickerUIComponent
|
Methods
CreateVisualElement()
Creates the visual element.
Declaration
BaseTimeSpanPickerUIComponent CreateVisualElement()
Returns
BaseTimeSpanPickerUIComponent
|
GetValueInTicks()
Declaration
long GetValueInTicks()
Returns
System.Int64
|
SetValue(TimeSpan)
Declaration
void SetValue(TimeSpan value)
Parameters
System.TimeSpan
value
|
UpdateLocalization()
Declaration
void UpdateLocalization()