Parses a date and time specification and returns a date-time object.
The date may omit the larger units, which in such case will be
inherited from the start date-time supplied. Note that the start date
then must be defined in the same date format as the input string.
Namespace: Apptus.ESales.Connector.Time
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public static IsoDateTime ParseInContext( string input, IsoDateTime start )
Parameters
- input
- Type: SystemString
The input string. May not be null. - start
- Type: Apptus.ESales.Connector.TimeIsoDateTime
An IsoDateTime object to inherit field from.
Return Value
Type: IsoDateTimeAn IsoDateTime object.
See Also