Click or drag to resize

DateTimeExAddTimeSpan Method

Adds a timespan to the current time.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public DateTimeEx AddTimeSpan(
	TimeSpan timeSpan
)

Parameters

timeSpan
Type: SystemTimeSpan
The time span.

Return Value

Type: DateTimeEx

[Missing <returns> documentation for "M:com.espertech.esper.compat.DateTimeEx.AddTimeSpan(System.TimeSpan)"]

See Also