Interface
ITimeSpanPickerComponent

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public interface ITimeSpanPickerComponent

Properties

Maximum

Declaration

cs-api-definition
double Maximum { get; set; }

Property Value

double

Minimum

Declaration

cs-api-definition
double Minimum { get; set; }

Property Value

double

Owner

Declaration

cs-api-definition
ITimeSpanPickerContentElement Owner { get; }

Property Value

ITimeSpanPickerContentElement

Step

Declaration

cs-api-definition
double Step { get; set; }

Property Value

double

TimeSpanPickerUIComponent

Declaration

cs-api-definition
BaseTimeSpanPickerUIComponent TimeSpanPickerUIComponent { get; }

Property Value

BaseTimeSpanPickerUIComponent

Methods

CreateVisualElement()

Creates the visual element.

Declaration

cs-api-definition
BaseTimeSpanPickerUIComponent CreateVisualElement()

Returns

BaseTimeSpanPickerUIComponent

GetValueInTicks()

Declaration

cs-api-definition
long GetValueInTicks()

Returns

long

SetValue(TimeSpan)

Declaration

cs-api-definition
void SetValue(TimeSpan value)

Parameters

value

TimeSpan

UpdateLocalization()

Declaration

cs-api-definition
void UpdateLocalization()