TimeParse Method A Sandcastle Documented Class Library
Parses a time of day in ISO 8601 format and returns it as a Time object. If parsing fails, this method throws an exception.

Namespace:  Apptus.ESales.Connector.Time
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public static Time Parse(
	string input
)

Parameters

input
Type: SystemString
The input string. May not be null.

Return Value

Type: Time
A Time object.
See Also

Reference