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