Creates a time interval between the specified start and end date-times.
Namespace: Apptus.ESales.Connector.Time
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public static TimeInterval Create( DateTime start, DateTime end )
Parameters
- start
- Type: SystemDateTime
- end
- Type: SystemDateTime
Return Value
Type: TimeIntervalSee Also