Click or drag to resize
TimeIntervalCreate Method (DateTime, DateTime)
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: 4.4.1
Syntax
C#
public static TimeInterval Create(
	DateTime start,
	DateTime end
)

Parameters

start
Type: SystemDateTime
end
Type: SystemDateTime

Return Value

Type: TimeInterval
See Also