TimeIntervalCreate Method (DateTime, DateTime)A Sandcastle Documented Class Library
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.2.1
Syntax

C#
public static TimeInterval Create(
	DateTime start,
	DateTime end
)

Parameters

start
Type: SystemDateTime
end
Type: SystemDateTime

Return Value

Type: TimeInterval
See Also

Reference