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, IPeerConverter
Constructors
TimeSpan()
Declaration
public TimeSpan()
Fields
DaysProperty
HoursProperty
MillisecondsProperty
MinutesProperty
SecondsProperty
TicksProperty
TotalDaysProperty
TotalHoursProperty
TotalMillisecondsProperty
Declaration
public static AutomationProperty TotalMillisecondsProperty
Field Value
TotalMinutesProperty
TotalSecondsProperty
Properties
Days
Declaration
public virtual int Days { get; set; }
Property Value
System.
|
Hours
Declaration
public virtual int Hours { get; set; }
Property Value
System.
|
Milliseconds
Declaration
public virtual int Milliseconds { get; set; }
Property Value
System.
|
Minutes
Declaration
public virtual int Minutes { get; set; }
Property Value
System.
|
Seconds
Declaration
public virtual int Seconds { get; set; }
Property Value
System.
|
Ticks
Declaration
public virtual long Ticks { get; set; }
Property Value
System.
|
TotalDays
Declaration
public virtual double TotalDays { get; set; }
Property Value
System.
|
TotalHours
Declaration
public virtual double TotalHours { get; set; }
Property Value
System.
|
TotalMilliseconds
Declaration
public virtual double TotalMilliseconds { get; set; }
Property Value
System.
|
TotalMinutes
Declaration
public virtual double TotalMinutes { get; set; }
Property Value
System.
|
TotalSeconds
Declaration
public virtual double TotalSeconds { get; set; }
Property Value
System.
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|
Overrides
ArtOfTest.WebAii.Silverlight.AutomationObject<ArtOfTest.WebAii.Silverlight.UI.TimeSpan>.GetRealType()