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