Converts the TimeSpan to a JSON string that works in JSON serialization. Returns the TimeSpan in C# compatible format: [-][d.]hh:mm:ss[.fffffff]
C# compatible TimeSpan string representation.
Converts the TimeSpan to a C# compatible string format. Returns the TimeSpan in format: [-][d.]hh:mm:ss[.fffffff]
C# compatible TimeSpan string representation.
StaticparseParses a C# compatible TimeSpan string and returns a TimeSpan instance. The string format should match: [-][d.]hh:mm:ss[.fffffff]
String representation of TimeSpan.
A TimeSpan instance with all properties populated.
Represents a time interval.