TimeIntervalParse Method A Sandcastle Documented Class Library
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.0.0
Syntax

C#
public static TimeInterval Parse(
	string iso
)

Parameters

iso
Type: SystemString
The input string.

Return Value

Type: TimeInterval
A time interval.
See Also

Reference