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.5.0
Syntax public static TimeInterval Create(
DateTime start,
DateTime end
)
Parameters
- start
- Type: SystemDateTime
- end
- Type: SystemDateTime
Return Value
Type:
TimeIntervalSee Also