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: 3.47.3
Syntax
C#
public static Duration FromTimeSpan( TimeSpan span )
Parameters
- span
- Type: SystemTimeSpan
Return Value
Type: DurationSee Also