Converts a TimeSpan to a formated string showing the number of minutes, hours, days or weeks.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public class TimeSpanToStringConverter : IValueConverter
Visual Basic (Declaration)
Public Class TimeSpanToStringConverter _
	Implements IValueConverter

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements..::.TimeSpanToStringConverter

See Also