Click or drag to resize
DurationFromTimeSpan Method
Creates a duration from a TimeSpan object. Milliseconds are truncated to the seconds.

Namespace:  Apptus.ESales.Connector.Time
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public static Duration FromTimeSpan(
	TimeSpan span
)

Parameters

span
Type: SystemTimeSpan

Return Value

Type: Duration
See Also