[This is preliminary documentation and is subject to change.]
Author: Đonny
TimeSpan that implements IFormattable
Namespace: ToolsAssembly: 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 |
|---|
|
Remarks
This class has plenty of formating possibilities which can be used via String or ToString()()()().
See Also
Version History
1.5.2
- (RC) VersionAttribute and AuthorAttribute removed