Parses a duration.
Namespace:
Apptus.ESales.Connector.Time
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax 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