Class TimeSpan
Inherited Members
      System.Object.ToString()
    
    
      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: ArtOfTest.WebAii.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class TimeSpan : AutomationObject<TimeSpan>, IAutomationPeer, IPeerConverterConstructors
TimeSpan()
Declaration
public TimeSpan()Fields
DaysProperty
HoursProperty
MillisecondsProperty
MinutesProperty
SecondsProperty
TicksProperty
TotalDaysProperty
TotalHoursProperty
TotalMillisecondsProperty
Declaration
public static AutomationProperty TotalMillisecondsPropertyField Value
| AutomationProperty 
 | 
TotalMinutesProperty
TotalSecondsProperty
Properties
Days
Declaration
public virtual int Days { get; set; }Property Value
| System.Int32 
 | 
Hours
Declaration
public virtual int Hours { get; set; }Property Value
| System.Int32 
 | 
Milliseconds
Declaration
public virtual int Milliseconds { get; set; }Property Value
| System.Int32 
 | 
Minutes
Declaration
public virtual int Minutes { get; set; }Property Value
| System.Int32 
 | 
Seconds
Declaration
public virtual int Seconds { get; set; }Property Value
| System.Int32 
 | 
Ticks
Declaration
public virtual long Ticks { get; set; }Property Value
| System.Int64 
 | 
TotalDays
Declaration
public virtual double TotalDays { get; set; }Property Value
| System.Double 
 | 
TotalHours
Declaration
public virtual double TotalHours { get; set; }Property Value
| System.Double 
 | 
TotalMilliseconds
Declaration
public virtual double TotalMilliseconds { get; set; }Property Value
| System.Double 
 | 
TotalMinutes
Declaration
public virtual double TotalMinutes { get; set; }Property Value
| System.Double 
 | 
TotalSeconds
Declaration
public virtual double TotalSeconds { get; set; }Property Value
| System.Double 
 | 
Methods
GetRealType()
Declaration
public override string GetRealType()Returns
| System.String 
 | 
Overrides
ArtOfTest.WebAii.Silverlight.AutomationObject<ArtOfTest.WebAii.Silverlight.UI.TimeSpan>.GetRealType()