Class RadTimeView
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadTimeView : HtmlContainerControlConstructors
RadTimeView()
Declaration
public RadTimeView()RadTimeView(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
Culture
Declaration
public string Culture { get; }Property Value
| System.String 
 | 
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
TimeFormat
Declaration
public string TimeFormat { get; }Property Value
| System.String 
 | 
Methods
AssignElement(Element)
SelectTime(DateTime)
Declaration
public void SelectTime(DateTime selectedTime)Parameters
| System.DateTime
        selectedTime 
 | 
SelectTime(DateTime, String, String)
Declaration
public void SelectTime(DateTime selectedTime, string currentCulture, string currentTimeFormat)Parameters
| System.DateTime
        selectedTime 
 | 
| System.String
        currentCulture 
 | 
| System.String
        currentTimeFormat 
 | 
SelectTime(String)
Declaration
public void SelectTime(string selectedTimeValue)Parameters
| System.String
        selectedTimeValue 
 |