Parses a time of day in ISO 8601 format and returns it as a Time object.
If parsing fails, this method throws an exception.
The input may omit the larger units, which in such case will be
inherited from the start time supplied.
Namespace: Apptus.ESales.Connector.Time
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public static Time ParseInContext( string input, Time start )
Parameters
- input
- Type: SystemString
The input string. - start
- Type: Apptus.ESales.Connector.TimeTime
A Time to inherit fields from.
Return Value
Type: TimeA Time object.
See Also