Version

FormattedTimeSpan Structure

Wraps the TimeSpan struct for use by the TimeSpanEditor embeddable editor.
Syntax
'Declaration
 
Public Structure FormattedTimeSpan 
   Inherits System.ValueType
public struct FormattedTimeSpan : System.ValueType 
Remarks

The FormattedTimeSpan structure makes it possible to present a TimeSpan structure with a specific unit of time expression; for example, a TimeSpan can be formatted to display as "1 day". These strings can be parsed by the TimeSpanEditor, preserving the unit of time expression.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also