Click or drag to resize

DateTimeExAddUsingField Method

Adds to fields in the datetime.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public DateTimeEx AddUsingField(
	DateTimeFieldEnum field,
	int value
)

Parameters

field
Type: com.espertech.esper.compat.datetimeDateTimeFieldEnum
The field.
value
Type: SystemInt32
The value.

Return Value

Type: DateTimeEx

[Missing <returns> documentation for "M:com.espertech.esper.compat.DateTimeEx.AddUsingField(com.espertech.esper.compat.datetime.DateTimeFieldEnum,System.Int32)"]

Exceptions
ExceptionCondition
NotImplementedException
See Also