IsoDateTimeParse Method A Sandcastle Documented Class Library
Parses a date and time specification and returns a date-time object.

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

C#
public static IsoDateTime Parse(
	string input
)

Parameters

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

Return Value

Type: IsoDateTime
An IsoDateTime object.
See Also

Reference