Returns a new time point moved forward with the length of a
            specified duration.
            
Namespace: Apptus.ESales.Connector.Time
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax
C#
public TimePoint Forward( Duration duration )
Parameters
- duration
- Type: Apptus.ESales.Connector.TimeDuration
 The duration.
Return Value
Type: TimePointA new time point.
See Also