Parses a duration.
Namespace: Apptus.ESales.Connector.Time
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public static Duration Parse( string input )
Parameters
- input
- Type: SystemString
Duration in ISO 8601 format.
Return Value
Type: DurationA new instance representing the same duration as the input.
See Also