Creates a time interval from the specified start date-time with the
            specified duration.
            
Namespace: Apptus.ESales.Connector.Time
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public static TimeInterval Create( IsoDateTime start, Duration duration )
Parameters
- start
 - Type: Apptus.ESales.Connector.TimeIsoDateTime
 - duration
 - Type: Apptus.ESales.Connector.TimeDuration
 
Return Value
Type: TimeIntervalSee Also