Click or drag to resize
Duration Constructor
Initializes a new instance of the Windows.UI.Xaml.Duration structure with the supplied System.TimeSpan value.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Duration(
	TimeSpan timeSpan
)

Parameters

timeSpan
Type: SystemTimeSpan
Represents the initial time interval of this duration.
See Also