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

Author: Đonny

TimeSpan that implements IFormattable

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

Syntax

C#
public struct TimeSpanFormattable : IComparable<TimeSpanFormattable>, 
	IEquatable<TimeSpanFormattable>, IFormattable
Visual Basic
Public Structure TimeSpanFormattable _
	Implements IComparable(Of TimeSpanFormattable), IEquatable(Of TimeSpanFormattable),  _
	IFormattable
Visual C++
public value class TimeSpanFormattable : IComparable<TimeSpanFormattable>, 
	IEquatable<TimeSpanFormattable>, IFormattable
F#
[<SealedAttribute>]
type TimeSpanFormattable =  
    struct
        interface IComparable<TimeSpanFormattable>
        interface IEquatable<TimeSpanFormattable>
        interface IFormattable
    end
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

Collapse/expand Version History

1.5.2