Parses a time interval on any of the three valid formats.
Namespace:
Apptus.ESales.Connector.Time
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public static TimeInterval Parse(
string iso
)
Parameters
- iso
- Type: SystemString
The input string.
Return Value
Type:
TimeIntervalA time interval.
See Also