Bridge

TimeSpan Structure

Represents a time interval.To browse the .NET Framework source code for this type, see the Reference Source.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[ExternalAttribute]
[NameAttribute]
public struct TimeSpan : IComparable, IComparable<TimeSpan>, 
	IEquatable<TimeSpan>, IFormattable, IBridgeClass
<ExternalAttribute> _
<NameAttribute> _
Public Structure TimeSpan _
	Implements IComparable, IComparable(Of TimeSpan),  _
	IEquatable(Of TimeSpan), IFormattable, IBridgeClass
[ExternalAttribute]
[NameAttribute]
public value class TimeSpan : IComparable, 
	IComparable<TimeSpan^>, IEquatable<TimeSpan^>, IFormattable, 
	IBridgeClass