[This is preliminary documentation and is subject to change.]

TimeSpan that implements IFormattable

Namespace:  Tools
Assembly:  Tools (in Tools.dll) Version: 1.5.2.0

Author: Đonny (dzonny@dzonny.cz)

Vertion history

1.5.2 (Release Candidate)
VersionAttribute and AuthorAttribute removed

Syntax

C#
public struct TimeSpanFormattable : IComparable<TimeSpanFormattable>, 
	IEquatable<TimeSpanFormattable>, IFormattable
Visual Basic (Declaration)
Public Structure TimeSpanFormattable _
	Implements IComparable(Of TimeSpanFormattable), IEquatable(Of TimeSpanFormattable),  _
	IFormattable
Visual C++
public value class TimeSpanFormattable : IComparable<TimeSpanFormattable>, 
	IEquatable<TimeSpanFormattable>, IFormattable
J#
public final class TimeSpanFormattable extends ValueType implements IComparable<TimeSpanFormattable>, 
	IEquatable<TimeSpanFormattable>, IFormattable
JScript
JScript supports the use of structures, but not the declaration of new ones.

Remarks

This class has plenty of formating possibilities which can be used via String or ToString()()().

See Also